/**
 * @author Pascal Jonasson
 * @copyright 01/2009
 * @version ClaudiaSeidensticker.com - Remake v1.5.2
 * @edited 12/2009 
 */
 
 
body {
	font-family: arial, tahoma, sans-serif;
  background-color: #FFFFFF;/*EBEBEB*/
	color: #BBBBBB;
	font-size: 14px;
	text-align: center;
}


a { text-decoration: none; color: #666666; } /*#BBBBBB*/
a:link { text-decoration: none; color: #666666; }/*666666*/
a:hover { text-decoration: none; color: #A89F9F; } /*#A89F9F*/ 
a:active {color: #660000;} /*#660000*/


a.lang_link { text-decoration: none; color: #BBBBBB; } /*#BBBBBB*/
a.lang_link:link { text-decoration: none; color: #BBBBBB; }/*666666*/
a.lang_link:hover { text-decoration: none; color: #A89F9F; } /*#A89F9F*/ 
a.lang_link:active {color: #660000;} /*#660000*/


a.active_link { text-decoration: none; color: #BBBBBB; font-style: normal; }/*666666*/
a.active_link:link { text-decoration: none; color: #BBBBBB; font-style: normal; }     /*666666*/
a.active_link:hover { text-decoration: none; color: #BBBBBB; font-style: normal; }  /*666666*/
a.active_link:active {color: #660000; font-style: normal;} /*660000*/

a.hell { text-decoration: none; color: #867F7F; }
a.hell:link { text-decoration: none; color: #867F7F; }
a.hell:hover { text-decoration: none; color: #A89F9F; }
a.hell:active {color: #867F7F;}

a.gal_back_link { text-decoration: none; color: #867F7F; }
a.gal_back_link:link { text-decoration: none; color: #867F7F; }
a.gal_back_link:hover { text-decoration: none; color: #A89F9F; }
a.gal_back_link:active {color: #660000;}

h3 {
  font-size: 12pt;
}

*{
  text-align: left;
}
img {
  border-color: #524848;
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	padding: 3px;
	padding-left: 7px;
	margin: 0px;
	display: inline;
  color: #BBBBBB;		/*534e4e*/
}

td {
	text-align: center;	
}


/* ID's */

#pic_info {
  margin-top: 15px; 
  color: #A89F9F; 
  font-size: 13pt;
}


#header {
  border: 0px solid red; 
  margin: 0px auto;
  margin-top: 3%;
  width: 935px;
  height: 67px;
}


#menu_top {
  float: left;
	margin: 0px auto;
	margin-top: 50px;
  width: 930px;
}


#header_logo {
  float: right; 
  border: 0px solid blue; 
  width: 146px;
  /*height: 47px;*/ 
  height: 85px; 
  /*margin-top: -60px;*/
  margin-top: -80px;
  background: url('../img/cs_header.gif');
}


#main {
	/*width: 790px;*/
	width: 925px;
  height: 590px;
	background: url('../img/background.gif') no-repeat;
	margin: 0px auto;
	margin-top: 0px;
	padding-left: 10px;
	padding-top: 10px;
}

#main_bildergalerie {
  width: 790px;	
	height: 590px;
	background: url('../img/background_galerie_new.gif') no-repeat;
	/*background: url('../img/bg_g_new_x_repeater.gif') repeat-x;*/
	margin: 0px auto;
	margin-top: 2px;
	padding-left: 10px;
	padding-top: 10px;
}

/*
#main_bildergalerie {
	width: 790px;	
	height: 590px;
	background: url('../img/background_galerie_new.gif') no-repeat;
	margin: 0px auto;
	margin-top: 2px;
	padding-left: 10px;
	padding-top: 10px;
}
*/

#startseite {
	background: url('../img/startseite.gif') no-repeat;
	/*width: 800px;	*/
	width: 935px;
	height: 600px;	
}

#langs {
	float: right;
}

#galerie_links {
	margin-top: 35px;	
	float: left;
}

#galerien {
	clear: right;
	margin-top: 20px;
	margin-left: 160px; 
	border: 0px solid #FF0000;	
}


/* KLASSEN */

.galerie_pic {
	background: url('../img/pic_back.gif'); 
	width: 138px; 
	height: 138px; 
	vertical-align: bottom;	
}

.galerie_link {
	display: block;
}

.float_left {
	float: left;	
}

.float_right {
	float: right;	
}

.text_left {
	padding-left: 10px;
	width: 500px;
	border: 0px solid #660000;	
}

.picture_right {
	margin-top: 0px;
	margin-right: 100px; /*40px*/
	border: 0px solid #660000;		
}

.img_border {
	border: 2px solid #524848;	
}

.t_left {
  text-align: left;
}

.t_right {
  text-align: right;
}

.v_top {
  vertical-align: top;
}

.small_info {
  font-size: 8pt;
}

