@charset "utf-8";
/* CSS Document */

body {
	background-color:#232323;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	line-height:1.5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

tr, td {
	line-height:1.5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

h1 {
	font-size:14px;
	font-weight:bold;
	color:#a1358f;
}

h2, h3 {
	font-size:12px;
	font-weight:bold;
	color:#a1358f;
}

input {
	background-color:#FFFFFF;
	border:1px solid #aaaaaa;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:300px;
	height:20px;
	margin:3px;
	padding:2px;
}

textarea {
	background-color:#FFFFFF;
	border:1px solid #aaaaaa;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:300px;
	height:75px;
	margin:3px;
	padding:2px;
}

.csc-mailform-field {
	text-align:right;
	margin-right:55px;
}
	
	
#container { 	position:absolute; 
				top:0px; 
				left:50%;
				width:900px;
				height:600px;
				margin-left:-450px; 
		   }
		
#header { 	background-image:url(../images/header.png);
			background-repeat:no-repeat; 
			position:absolute;
			width:900px; 
			height:150px; 
			top:0px;; 
		}

#footer { 	background-image:url(../images/footer.png); 
			background-repeat:no-repeat; 
			position:absolute; 
			width:900px; 
			height:50px; 
			top:550px;
			text-align:center;
		}
		
#footermenu {  	position:absolute;
				width:900px;
				top:7px;
				left:50%;
				margin-left:-450px;
				text-align:center;
				color:#aaaaaa;
				font-family:Arial, Helvetica, sans-serif;
				font-size:10px;
			}
			
#content {	background-image:url(../images/body.png);
			background-repeat:none;
			position:absolute; 
			top:175px; 
			width:900px;
			height:375px;
		 }
			
#middle {	position:absolute;
			top:20px;
			left:200px;
			width:500px;
			height:325px;
			overflow-x:none;
			overflow-y:auto;
		}
#middle a:link { color:#a1358F; text-decoration:none; }
#middle a:hover { color:#a1358F; text-decoration:none; text-decoration:underline; }
#middle a:visited { color:#a1358F; text-decoration:none; }
#middle a:active { color:#a1358F; text-decoration:none; }

#left {	position:absolute;
		top:30px;
		left:40px;
		width:150px;
	  }

<!-- #left a:link { color:#666666; text-decoration:none; } -->
<!-- #left a:hover { text-decoration:none; font-weight:bold; color:#a1358f; } -->
<!-- #left a:visited { color:#666666; text-decoration:none; } -->
<!-- #left a:active { text-decoration:none; font-weight:bold; color:#a1358f; }

.actlink {
	color:#FF0000;
}

#right {	
	position:absolute;
	top:20px;
	left:740px;
	width:150px;
	}
	
#right a:link { color:#666666; text-decoration:none; }
#right a:hover { text-decoration:none; color:#a1358f; }
#right a:visited { color:#666666; text-decoration:none; }
#right a:active { text-decoration:none; color:#a1358f; }

#menu {	position:absolute;
		top:150px;
		left:0px;
		width:900px;
		height:25px;
	  }
	  
a, img { 	outline:none; 
			border:0px; 
			text-decoration:none;
			color:#aaaaaa;
	  }
	  
.csc-mailform {
	top:50px;
	width:450px;
	border:none;
}

.csc-mailform-field { 	white-space:pre; }

.gal_vorschau {
	padding:3px;
	background-color:#FFFFFF;
	border:1px solid #cccccc;
	margin:4px;
	margin-bottom:3px;
}

#lr_tutorials_headline { font-weight:bold; }