/*                   formspiel.de 2004-2008                 */

/* ART CARAT COLOR 2007 #402f24*/

/*============= G L O B A L */
body {
	margin:40px 0px 0px 0px; /*1=oben, 2=rechts, 3=unten, 4=links*/
	background-color:#F8F8F8;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	line-height:19px;
	color:#333;
	
	/* Zentrierung body-inhalt damit der gesamte Inhalt zentriert wird (fuer IE5.5)*/
	text-align:center;
}

h1{
	font-size:1.1em;
	color:#402f24;
	margin:0px;
}

h2{
	font-size:1.0em;
	color:#402f24;
	margin:0px;
}

img {
	z-index: 20;
}

a:link {
	color:#402f24;
	text-decoration:none;
}
a:hover {
	color:#636363;
	text-decoration:underline;
}
a:visited {
	color:#A0A0A0;
	text-decoration:none;	
}

#content {
	padding:40px 0px 50px 20px;
	z-index:20;
	width:480px;
	height:480px;
	text-align:left;
}


/*============= C O N T E N T */

#container {
	z-index:10;
	width:765px;
	margin:0px auto;
	text-align:left;
	background-color:#FFFFFF;
	border: 1px solid #E5E5E5;
	height:540px;
	background:url(../2007/pics/ArtCarat.jpg) no-repeat;
	text-align:left; /*da der body-inhalt zentriert wurde (fuer IE5.5)*/
}

.keinAbstand {
	margin:0px;
	padding:0px;
}

#backLink {
	z-index:150;
	position:absolute;
	margin: 453px 0px 0px 0px;}

ul {
	padding: 0px 0px 10px 10px;
	margin-top:-10px; /* ACHTUNG */
	list-style-type:none;
	line-height:18px;
}

#galleryContainer {
	z-index:10;
	width:765px;
	margin:0px auto;
	background-color:#FFFFFF;
	border: 1px solid #E5E5E5;
	height:540px;
	background:url(../2007/pics/bgr_streifen.gif) repeat-x;
	text-align:left; /*da der body-inhalt zentriert wurde (fuer IE5.5)*/
}

/*============= M E N U */
#menuBGR {
	z-index:100;
	position:absolute;
	margin:15px 0px 0px 505px;
	width:120px;
	height:500px;
	filter:Alpha(opacity=70);
}

#menu {
	z-index:200;
	position:absolute;
	margin:15px 0px 0px 505px;
	width:130px;
	height:500px;
	border-left:1px solid #E5E5E5;
	border-right:1px solid #E5E5E5;
	text-align:left;
}
html>body #menu {background-image:url(../2007/pics/menu_bgr.png);}
html>body #menuBGR {display:none;}

#menu ul {
	padding:50px 0px 0px 9px;
	margin:0px;
	list-style-type:none;
	text-decoration:none;
	text-transform:uppercase;
	line-height:24px;
}

.menuAbstand {
	margin-bottom: 10px;
}

#active {
	color:#402f24;
	font-weight:bold;
}

#menu a:link {
	color:#333;
	text-decoration:none;
}
#menu a:hover {
	color:#636363;
	text-decoration:underline;
}
#menu a:visited {
	color:#666;
	text-decoration:none;	
}



/*============= O P E N E R */

#openerContainer {
	z-index:10;
	width:765px;
	margin:0px auto;
	background-color:#FFFFFF;
	border: 1px solid #E5E5E5;
	height:540px;
	/*background:url(ArtCarat_vorbereitung.jpg) no-repeat;*/
	background:url(ArtCarat_vorbereitung_v2.jpg) no-repeat;
	text-align:left; /*da der body-inhalt zentriert wurde (fuer IE5.5)*/
}

#openerContent {
	/* = content;*/
	padding:120px 0px 0px 80px;
	z-index:20;
	width:480px;
	height:370px;
	text-align:left;
}

.openerH1{
	margin:0px 0px 10px 30px;
	font-size:1.3em;
	line-height:23px;
	color:#402f24;
}

.openerH2{
	margin:0px 0px 10px 30px;
	font-size:1.2em;
	line-height:23px;
	color:#402f24;
}

.openerUL{
	margin:10px 0px 20px 30px;
	color:#402f24;
	list-style-type:none;
	font-size:1.2em;
	padding:0px;
}

.openerP {
	color:#402f24;
	font-size:1.2em;
	margin:50px 0px 0px 30px;
}

