
/*
*	Allgemein
*/
* {
	border:	0;
	margin:	0;
	padding:0;

	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:	12px;
	text-decoration: none;
	font-style:	normal;
	line-height:18px;
	text-align:	left;
}

html {
	height:100%;
}

body {
	height:100%;
	text-align:center;	/*	Zentrierung für IE	*/
	background-color: #FFF;
	
	/* IE Bg-Bug-Fix */
 	background-image:url(/default/bgnavifix.gif);
	background-position:center top;
	background-repeat:repeat-y;	
}


/*
*	Text-Elemente
*/
p {
	margin-bottom:12px;
}

#contentContainer p {
	width:320px;
}

h1 {
	font-size:24px;
	font-weight:bold;
	margin-bottom:25px;
	line-height:28px;
}

h2 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
	line-height:18px;
}

h3 {
	font-size:13px;
	font-weight:bold;
	margin-bottom:0;
	line-height:18px;
}

ul {
	list-style-position:inside;
}


td {
	text-align:left;
	vertical-align:top;
	padding:0 10px 8px 0;
}

table {
	padding:0;
	margin:0;
	border:0;
}

thead {
	display:none;	
}

.yellowbold {
	font-weight:bold;
	color:#edaf00;
}

/*
*	Links
*/
a {
	color:#555;
}

a:focus, a:hover, a:active {
	color:#000;
}



/*
*	Container
*/
#siteContainer {
	position:relative;
	top:0;
	margin:auto;	/*	Zentrierung	*/
	width:950px;
	min-height:100%;
	/*border-width:0 1px 0 1px;
	border-style:solid;
	border-color:#d0d1d3;*/
 	background-image:url(/default/bgnavi.gif);
	background-position:left top;
	background-repeat:repeat-y;
}

#leftSideContainer {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
 	width:250px;
 	height:630px;
 	background-image:url(/default/bgnavitop.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

#contentContainer {
	position:relative;
	top:0;
	left:0;
	width:630px;
	margin-left:250px;
	padding:215px 20px 20px 50px;
}

#adminMsgContainer {
	border:1px dashed red;
	margin:0 0 20px 0;
	padding:10px;
	color:red;
}


/*
*	Objekt-Elemente
*/
#siteTitle {
	position:absolute;
	top:0;
	left:0;
	z-index:10;
}

#siteSlogan {
	display:block;
	position:absolute;
	top:0;
	left:250px;
	width:700px;
	height:200px;
	overflow:hidden;
	line-height:200px;
}

#logo {
	position:absolute;
	top:28px;
	left:18px;
}


/*
*	Navigation
*/
#navigation {
	position:relative;
	display:block;
	width:180px;
	margin:210px 0 0 25px;
	list-style-type:none;
	list-style-position:outside;
}

#navigation li {
	position:relative;
	margin-bottom:6px;
}

#navigation a {
	display:block;
	font-size:14px;
	color:#555;
	font-style:italic;
	font-weight:normal;
	line-height:24px;
}

#navigation li.aktiv a {
	color:#000;
}

#navigation a:focus, #navigation a:hover, #navigation a:active {
	color:#000;
}

/*	Subnavigation	*/
#navigation ul {
	display:none;
	margin-left:15px;
	list-style-type:none;
	list-style-position:outside;
}

#navigation .aktiv ul {
	display:block;
}

#navigation ul li {
	position:relative;
	margin-bottom:0;
}

#navigation li.aktiv ul a {
	font-size:12px;
	color:#555;
	font-style:italic;
	font-weight:normal;
	line-height:24px;
	background-image:none;
}

#navigation .aktiv a:focus, #navigation li.aktiv ul a:hover, #navigation .aktiv a:active {
	color:#000;
}

#navigation li.aktiv ul li.aktiv a {
	color:#000;
}

#navigation * .activedot {
	position:absolute;
	left:-15px;
	top:5px;	
}
