/*
 *	Zen Tab v1.0
 *	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 *	(c) 2006 - Gregory Remington, www.mediatech.net
 * 	Some rights reserved, http://creativecommons.org/licenses/by-sa/2.5/
 */


/*******************/
/* Template Layout */
/*******************/

body {
margin:0;
font-family:Arial, Helvetica, sans-serif;
text-align:left;
background:#fff;
}

#container {
text-align:left;
border:1px solid #000000;
top:8px;
background:url(../images/background.jpg) 0 0 repeat; position:relative;
width:770px;
margin:0 auto;
}

#header{
clear:both;
text-align:left;
width:770px; height:100px; background:url(../images/mtc_header.jpg) 0 0 no-repeat; position:relative;
z-index: 10;
}

#left-content {
	float: left;
	position:relative;
	margin-top:40px;
	margin-bottom:10px;
	width:175px;
	padding-left : 5px;
}

#wrapper {
float:right;
width:570px;
}

#main-content {
float:left;
position:relative;
margin-top:40px;
margin-right:10px;
margin-bottom:10px;
width:565px;
}

#footer{
	clear:both;
	padding-bottom:8px;
	text-align:center;
	font-size:10px;
	border-top:1px solid #000000;
	background:url(../images/footer_background.jpg) 0 0 repeat;
	position:relative;
	color : White;
}

#bilderrahmen{
	background : White url(../images/random_bg.jpg) no-repeat center;
	border : 1px solid #1A4780;
	padding-left: 10px;
	padding-top: 10px;
	width: 174px;
	height: 133px;
}

/* IE5/Mac: \*//*/

#footer{
position:relative;
top:15px;
}

/*  */


/*********************/
/* Form element styles:*/
/*********************/

#searchf {
	z-index: 10;
	position:absolute;
	left:570px;
	top:94px;
	width:138px;
	font-size:9px;
	padding:1px;
	border: 1px solid;
}

* html #searchf {
top: 93px;
width:136px;
height:10px;
padding:2px;
}

#searchbutton{
z-index: 10;
position:absolute;
top:94px;
left:718px;
border: 0px;
}

* html #searchbutton{
top: 93px;
}

/******************/
/* Headers, plain */
/******************/
H1 { padding:4px; border-bottom:0px solid #000; font-size:14px; }
H2 { font-size: 18px; color: #000000; }
H3 { font-size: 16px; color: #000000; }
H4 { font-size: 14px; color: #000000; }
H1, H2, H3, H4, H5, H6 { margin: 0px 0px 0px 0px; margin-top: 2px; margin-bottom: 2px; }
H1.csc-firstHeader, H2.csc-firstHeader, H3.csc-firstHeader, H4.csc-firstHeader, H5.csc-firstHeader, H6.csc-firstHeader { margin-top: 0px; }

/* Headers, with link */
H1 A, H2 A, H3 A, H4 A, H5 A { color: #1A4780; text-decoration: none; }
H2 A { color: #1A4780; }
H3 A { color: #1A4780; }
H4 A { color: #1A4780; }
H5 A { color: #1A4780; }
H1 A:hover, H2 A:hover, H3 A:hover, H4 A:hover, H5 A:hover { text-decoration: none; }


/***************************/
/* General element styles: */
/***************************/
H1, H2, H3, H4, H5, P, TD, UL, OL, PRE, BLOCKQUOTE, INPUT, TEXTAREA, SELECT { font-family: arial, helvetica; color: #000000 }
P { color: #000000; }
H1 { color: #000000; }
H3 { color: #000000; }
H2, H4, H5 { color: #000000; }
PRE PRE { font-family: monospace; }
A { color: #1A4780; text-decoration: none;}
A:hover { color: #000000; text-decoration: none; }
FORM { margin: 0px 0px 0px 0px;}
P, PRE { margin: 0px 0px 0px 0px; }
P, TD, UL, OL { font-size: 11px; }
INPUT, TEXTAREA, SELECT {
	font-size: 11px;
	border: 1px solid Black;
	z-index:10;
}

/********************************/ 
/* Frames, spacing, link-to-top */ 
/********************************/ 
P.csc-linkToTop { text-align:right; }
P.csc-linkToTop A { font-weight:bold; }


DIV.contentframe1 { background-color:#fff; padding:6px; border:1px solid #333; margin-bottom:5px; font-size:11px; }
DIV.contentframe2 { background-color:#FFE94C; padding:6px; border:1px solid #333; margin-bottom:5px; font-size:11px; }
DIV.contentframe3 { background-color:#FFE94C; padding:6px; margin-bottom:5px; font-size:11px; }
DIV.contentframe4 { background-color:#fff; padding:6px; border:1px solid #FFE94C; margin-bottom:5px; font-size:11px; }

DIV.maintitle {
	clear:both;
	background:#1A4780;
	color:#ffffff;
	display:block;
	font-size:95%;
	font-weight:bold;
	padding: 4pt;
	width: 98%;
	border : 1px solid #000000;
}

