html {
    height: 100%;
}
body {
	background: #9EAEBD;
	color: #132D3C;
	font-family: 'Quattrocento Sans', sans-serif; 
/*	font-family:'ITCGoudySansW01-Medium';*/
	line-height: 1.3em;
	margin:0 auto;
	padding: 0;
	height: auto;
	background: -webkit-gradient(linear, left top, left bottom, from(#9EAEBD),
		to(#657B90) );
        -webkit-background-size:100% 100%;/* webkit */
	background: -moz-linear-gradient(top, #9EAEBD, #657B90);
	-moz-background-size:100% 100%; /* firefox */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9EAEBD', endColorstr='#657B90');
	background-repeat: no-repeat; 
	background-attachment: fixed;
}

a { /*color:#292929; */
	color: darkgrey;
	font-weight: 200;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

a img:hover {
	text-decoration: none;
}


#container {
        margin: 30px auto;
	width: 960px;
	padding: 15px 30px;
	background: #FFF;
	height: 100%; -moz-border-radius : 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	min-height: 420px;
	height: auto;
}

#tsection {
	float: left;
	vertical-align: middle;
	padding: 15px 0px;
	width: 100%;
}

.part {
	margin-top: 30px;
}

.parttop {
	font-size: 24px;
	margin: 5px 0px;
}

.partsub {
	font-size: 14px;
}

#logo {
	width: 180px;
	height: 105px;
	background: url("img/logo.jpg");
	float: left;
}

#title {
	float:left;
}
#name {
	float:right;
	text-align: right;
}

#isection {
	float:left;
	vertical-align: middle;
	margin: auto;
        background: url("img/combined_header_small.jpg");
        height:138px;
        width: 960px;
}

.menu {
	width: 100%;
}
.clear {
	clear: both;
}


/* Angebotsliste */
ol {
    padding-top: 0.3em;
    padding-left: 0px;
}
ol li
{
  /* Stipulate the height of each item so that 
  vertical return = items * height */

  line-height: 1.3em;

  /* Clear the default margins & padding 
  so we can style the list from scratch */

  margin: 0;
  padding-left: 1em;
  text-indent: -1em;
  list-style-type: none;
}

/* If li position is left static, Internet 
Explorer disables hyperlinks in the list 
in all but the final column.

This rule will be processed only by 
Internet Explorer because only IE believes 
that there’s a level above HTML: */

* html ol li
{
	position: relative;
}

/* Bring the first item of each column 
back up to the level of item 1.
Vertical return = items * height.
Here, 11 items * 1.3em line-height = 14.3em */

ol li.l12
{
  margin-top: -13.8em;
}

/* horizontal position of each column */
ol li.l1,
ol li.l2,
ol li.l3,
ol li.l4,
ol li.l5,
ol li.l6,
ol li.l7,
ol li.l8,
ol li.l9,
ol li.l10,
ol li.l11
{
  margin-left: 0em;
}
ol li.l12,
ol li.l13,
ol li.l14,
ol li.l15,
ol li.l16,
ol li.l17,
ol li.l18,
ol li.l19,
ol li.l20,
ol li.l21
{
  margin-left: 27em;
}

.box {
    height: 350px;
}
.leftbox {
  float: left;
}

.pbox {
    float: left;
    background: url("img/portrait.jpg");
    height: 203px;
    width: 172px;
        margin-top: 0px;
        margin-right: 20px;
}

.rightbox {
    margin-top: 0px;
    font-size: 75%;
    float: right;
    padding-top: 0px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 30px;
    background: #CED6E1;
    border: solid 1px #9EAEBD;
    width: 250px;
}

.rightbox h4{
    margin-top: 10px;
    margin-bottom:5px;
}

.thumbs img {
    padding: 10px;
}