/* body */

.clear { clear: both; margin: 0; padding: 0; font-size: 0; height: 0; line-height: 0; }
img { border: 0px solid white; }
form { margin: 0px; padding: 0px; }

html { overflow-y:scroll; }

#global-container { width: 950px; margin: 0 auto 0 auto; }
* html #global-container {width:955px; margin: 0 auto 0 auto;}

#page-container { background-color: #FFF; }

#page-content {width:950px; margin:0 auto;}
* html #page-content {width:955px; margin:0 auto;}


a:link {color:#00BCE2} 
a:visited {color:#00BCE2} 
a:hover {color:#00BCE2} 
a:active {color:#00BCE2}  

/* head */

.head {
	width:950px;
	height:140px;
	margin-top:10px;
	background-image:url(../_img/seite/logo.png);
	background-repeat:no-repeat;
	background-position: 0px 5px;
	border-top:1px solid #666;
	z-index:0;
}

.button {
	width:950px;
	height:200px;
	text-align:right;
	padding-top:2px;
	position:absolute;
	z-index: 1;
}


/* col-1 */

#col-1 {
	width:200px;
	border-top:#00BCE2 1px solid;
	padding-top:35px;
	float:left;
}


/* col-2 */

#col-2 {
	width:550px;
	margin-left:25px;
	float:left;
	display:inline-block;
}

.col-2-title {
	height:19px;
	padding-top:16px;
	margin-bottom:20px;
	border-top:#666 1px solid;
	border-bottom:#666 1px solid;
}


.title_photo {
	background-image:url(../_img/home-serie/02.jpg);
	background-repeat:no-repeat;
	height:400px;
	margin-bottom:20px;
	
}


/* col-3 */

#col-3 {
	width:150px;
	margin-left:25px;
	float:left;
	display:inline-block;
}

.col-3-title {
	height:19px;
	padding-top:16px;
	margin-bottom:20px;
	border-top:#666 1px solid;
	border-bottom:#666 1px solid;
}
	
.col-3-photo {
	height:188px;
	margin-bottom:27px;
	margin-top:25px;
}




/* elements */

.hr {
	width:100%;
	border-top:1px solid #666;
	margin-top:20px;
	margin-bottom:19px;
}


* html .hr {
  	width:100%;
	border-top:1px solid #666;
	margin-bottom:0px;
}

*+html .hr {
  	width:100%;
	border-top:1px solid #666;
	margin-bottom:0px;
}

.hr2 {
	width:100%;
	border-top:1px solid #666;
	border-bottom:1px solid #666;
	margin-bottom:20px;
	height:20px;
}


.element {
	display:block;
	margin-bottom:20px;
}


.list {
	display:block;
}


.border {
	/*padding-bottom:9px;
	border-bottom:1px dotted #CCC;
	margin-bottom:10px;*/
	background-image:url(../_img/seite/line.png);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:10px;
	margin-bottom:10px;
}

.hrdotted {
	background-image:url(../_img/seite/points.png);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:10px;
	margin-bottom:10px;
}

.hrline {
	background-image:url(../_img/seite/point.png);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:10px;
	margin-bottom:10px;
}


.label {
	width:100px;
	float:left;
}


.label-170px {
	width:135px;
	float:left;
}


.year {
	width:65px;
	float:left;

}


.year-only {
	width:65px;
	float:left;
	margin-left:100px;
	
	display:inline;

}
	

.data {
	width:375px;
	margin-left:170px;
}

.data-list {
	width:380px;
	margin-left:170px;
	padding-top:9px;
	border-top:1px dotted #CCC;
}

.data-list-2 {
	width:405px;
	margin-left:140px;
}



/* language */
.english-space {
	height:99px;
	width:200px;
	border-top:1px solid #00BCE2;
}

.english {
	color:#00BCE2;
	border-top:1px solid #00BCE2;
	border-bottom:1px solid #00BCE2;
	padding-left:1px;
	width:199px;
	height:19px;
	letter-spacing:2px;
	}

	
	
