/* -- Init styles -- */
/* By http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus 
{
	outline: 0;
}

body 
{
	line-height: 1;
	color: black;
	background: white;
}

ol, ul 
{
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table 
{
	border-collapse: separate;
	border-spacing: 0;
}

caption, th
{
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after 
{
	content: "";
}

blockquote, q 
{
	quotes: "" "";
} 

/* -- EOF: Init styles -- */

body, html
{
	height:100%;
}

body, td, div, span
{
	font-family: Verdana, Arial, sans-serif;
	font-size:11px;
	line-height:1.1;
	color:#565656;

}

body
{
	background-color: #DBDCDE;
}

strong
{
	font-weight:bold;
}

div#header
{
	position:absolute;
	width:1000px;
	left:50%;
	margin-left:-500px;
	height:179px;
	top:0;
	z-index:100;
	border-left:1px solid #989696;
	border-right:1px solid #989696;
}

div#footer
{
	position:absolute;
	width:1000px;
	left:50%;
	margin-left:-500px;

	z-index:3000;
	border-left:1px solid #989696;
	border-right:1px solid #989696;
}


div#shadowLeft
{
	position:absolute;
	width:20px;
	left:50%;
	margin-left:-265px;
	top:179px;
	z-index:101;
	background-image:url(../media/base/images/contentRahmenLinks.jpg);
	background-repeat:repeat-y;
	height:20px;
}

div#shadowRight
{
	position:absolute;
	width:20px;
	left:50%;
	margin-left:249px;
	top:179px;
	z-index:101;
	background-image:url(../media/base/images/contentRahmenRechts.jpg);
	background-repeat:repeat-y;
	height:20px;
}

div#content
{
	border-left:1px solid #989696;
	border-right:1px solid #989696;

	position:absolute;
	width:1000px;
	left:50%;
	margin-left:-500px;
	top:179px;
	z-index:100;
	background-color:#f1e9d2;
}

div#menuContainer
{
	position:absolute;
	width:158px;
	left:49px;
}

div#menu
{
	position:absolute;
	width:705px;
	left:50%;
	margin-left:-206px;
	top:161px;
	z-index:1000;
}


div.bogenOben
{
	position:absolute;
	width:526px;
	height:3px;
	left:50%;
	margin-left:-267px;
	top:178px;
	z-index:1000;
}


div.subMenu
{
	position:absolute;
	width:160px;
	left:50%;
	top:178px;
	z-index:1001;
	background-color:#EDEEF0;
	border:1px solid #CCC;
	border-bottom:0;
}

div.subMenu a
{
	display:block;

	height:14px;
	padding-left:20px;
	padding-top:4px;
	text-transform:uppercase;
	color:black;
	font-size:9px;
	border-bottom:1px solid #969696;
}

div.subMenu a:hover
{
	background-color:#104ca4;
	color:white;
	text-decoration:none;
}

div.menuOut
{
	position:absolute;
	width:760px;
	left:50%;
	margin-left:-280px;
	top:120px;
	height:60px;
	z-index:999;
/*	border:1px solid green; */
}


div.rightImages
{
	position:absolute;
	width:164px;
	left:50%;
	margin-left:288px;
	top:200px;
	z-index:999;
/*	border:1px solid green;  */
}

div.leftImages
{
	position:absolute;
	width:164px;
	left:50%;
	margin-left:-444px;
	top:200px;
	height:190px;
	z-index:999;
/*	border:1px solid green; */
}

div#page
{
	position:absolute;
	left:50%;
	margin-left:-253px;
	width:501px;
	background-color:white;
}

div#page div
{
	line-height:20px;
}

div.headline
{
	background-image:url('../media/base/images/contLeiste.jpg');
	background-repeat:norepeat;
	color:#e7e5e6;
	font-weight:bold;
	width:495px;
	height:22px;
	margin-left:6px;
}

div.headlineText
{
	color:#e7e5e6;
	padding-left:28px;
	padding-top:1px;
}

div.pageText
{
	margin-left:35px;
	width:440px;
}

td, th
{
	vertical-align:top;
	font-weight:normal;
}

table
{
	border-collapse:collapse;
}

a
{
	color:#054bc4;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}


/* ++++++++ Liste ++++++++ */
ol, ul {
	margin-left:20px;
	margin-top:8px;
	margin-bottom:8px;
}

li
{
	margin-left:10px;
	margin-bottom:10px;
}

/* ++++++++ ImageView ++++++++ */
body.imageView
{
	margin:0;
}

div.rightImage
{

}

table.rightImageSide
{
	width:3px;
}

td.rightImageSideTop
{
	background-image:url('../media/base/images/imageBorderSideTop.jpg');
	background-repeat:no-repeat;
}

td.rightImageSideBottom
{
	background-image:url('../media/base/images/imageBorderSideBottom.jpg');
	background-repeat:no-repeat;
	background-position:bottom;
}

td.rightImageSideBg
{
	background-image:url('../media/base/images/imageBorderSideBg.jpg');
	background-repeat:repeat-y;
}


table.contact
{
margin-top:10px;
}

table.contact td
{
	padding:4px;
	padding-left:0px;
	padding-right:6px;
}

table.contact td input, table.contact td textarea
{
	border:1px solid #CDCDCD;
	width:220px;
	font-size:11px;
}

div.errorMsg{
	color:red;
}
