@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px auto;
	background: #fafafa url(../images/layout2/bg.jpg) center -200px repeat-y;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #373737;
}
#shadow {
	z-index: 0;
	position: absolute;
	right: 0px;
	top: -50px;
	width: 893px;
	height: 435px;
	background-image:url(../images/layout2/logo-bg.png);
	display: inline;
}
#container {
	z-index: 1;
	position: relative;
	width: 900px;
	margin: 0px auto;
}
#head {
	position: relative;
	clear: both;
	z-index: 2;
	width: 900px;
	margin: 100px 0 0 0;
}
#navigation {
	position: relative;
	z-index: 2;
	clear: both;
	width: 900px;
	height: 40px;
	line-height: 1em;
	background: url(../images/layout2/border-01.png) right no-repeat;
}
#content {
	position: relative;
	clear: both;
	width: 900px;
	margin: 10px 0 0 0;
}
#leftcon {
	position: relative;
	float: left;
	background: #FFF url(../images/layout2/border-04.jpg) top left no-repeat;
	width: 613px;
	margin: 0px auto;
	padding: 25px 0 12px 0;

}
#sidebar {
	position: relative;
	float: left;
	background: #FFF url(../images/layout2/border-02.png) top left no-repeat;
	width: 275px;
	margin: 0 0 0 12px;
	padding: 13px 0 8px 0;
}

#sidebarbottom {
	position: relative;
	float: right;
	background: url(../images/layout2/heading-comments.png) no-repeat;
	width: 275px;
	height: 63px;
	margin: 0 auto;
}

#foot {
	position: relative;
	clear: both;
	background: url(../images/layout2/border-03.png) top left no-repeat;
	width: 900px;
	height: 50px;
	top: 10px;
}


/* */

#logo {
	display: block;
	float:left;
	width: 355px;
	height: 45px;
	background: url(../images/layout2/logo.png) no-repeat;
}

#head ul {
	float:right;
	list-style-type:none;
	background: url(../images/layout2/heading-tell.png) 15px 7px no-repeat;
	height: 45px;
	width: 420px;
	margin-left:0;
	padding-left:0;
}
#head li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
#head li a {
	float: left;
	padding: 45px 45px 0 0;
	margin-left: 3px;
	overflow: hidden;
	height: 0px !important;
	height /**/:45px; /* for IE5/Win only */
	background: url(../images/layout2/social-ico.png);
}
#head li.mail a {
	margin-left: 200px;
	}
#head li.twitter a {
	background-position: 161px 0;
	}
#head li.facebook a {
	background-position: 105px 0;
	}
#head li.newsfeed a {
	background-position: 52px 0;
	}
#head li.mail a:hover {
	background-position: 0 45px;
}
#head li.twitter a:hover {
	background-position: 161px 45px;
	}
#head li.facebook a:hover {
	background-position: 105px 45px;
	}
#head li.newsfeed a:hover {
	background-position: 52px 45px;
	}


/* */

#navigation ul {
	float:left;
	list-style-type:none;
	height: 20px;
	padding-left:0;
}
#navigation li {
	padding: 0;
	list-style: none;
	display: inline;
}
#navigation li a, #navigation li a:visited {
	font-size: 18px;
	margin-left: 25px;
	height: 0px !important;
	height /**/:45px; /* for IE5/Win only */
	text-decoration: none;
	color: #373737;
}
#navigation li a:hover {
	color: #8eb6f4;
	}


/* LEFTCON */

#leftcon p {
	width: 350px;
	margin-left: 10px;
	text-transform: uppercase;
	font-size:12px;
	line-height: 1.5em;
}
#leftcon h1 {
	width: 450px;
	margin-left: 10px;
	text-transform: uppercase;
	font-size:17px;
	line-height: 1em;
}

/* LEFTCON */

#sidebar p {
	text-transform: uppercase;
	font-size:12px;
	line-height: 1.5em;
}
#sidebar h1 {
	text-transform: uppercase;
	/* 
	Die Vergrš§erung der Schrift sprengt das Design:
	font-size:17px;
	line-height: 1em;
	*/
}



/* COMMENTS */

.comgrey, .comblue, .com0, .com1 {
	width: 260px;
	margin: -13px 0 0 7px;
	padding-bottom: 5px;
}
.comgrey, .com0 {
	background-color: #e3e3e3;
}
.comblue, .com1 {
	background-color: #d2e4ff;
}

.comgrey h1, .comblue h1, .com0 h1, .com1 h1 {
	font-size: 12px;
	text-transform: uppercase;
	margin: 20px 0 0 5px;
	line-height: 2em;
}
.comgrey p, .comblue p, .com0 p, .com1 p {
	font-size: 10px;
	text-transform: uppercase;
	margin: 0 5px 0 15px;
	line-height: 1.2em;
}



/* REG */

#reglogin, #regpass, #regpass2, #regmail, #regcomment {
	width: 450px;
	height: 26px;
	background: url(../images/layout2/reg-bg.png) no-repeat;
	margin: 3px 0 0 10px;
}
#regpass {
	background-position: left -28px;
}
#regpass2 {
	background-position: left -56px;
}
#regmail {
	background-position: left -84px;
}
#regcomment {
	background-position: left -112px;
}
#reglogin input, #regpass input, #regpass2 input, #regmail input, #regcomment input {
	margin: 0 0 0 160px;
	height: 21px;
	font-size: 14px;
	border: medium;
	background-color: #e3e3e3;
	padding: 5px 5px 0 5px;
}
.submit {
  background-color:#1e1e1e;
  border: 2px solid #2f241e;
  padding: 0 20px 0 20px;
  color: #FFF;
}


/* FOOT */
	
#foot .left {
	float:left;
	font-size: 9px;
	line-height: 1.7em;
	margin-left: 5px;
}
#foot .right {
	float:right;
	font-size: 11px;
	line-height: 1em;
	margin-left: 5px;
}
#foot .left a, #foot .right a {
	font-weight: bold;
	text-decoration: none;
	color: #5e7aa3;
}
#foot .left a:hover, #foot .right a:hover  {
	font-weight: bold;
	text-decoration: underline;
	color: #000;
}

.upperCase {
	text-transform: uppercase;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #5e7aa3;
}

a:hover  {
	font-weight: bold;
	text-decoration: underline;
	color: #000;
}

.list table {
    border-collapse: collapse;
	width: 600px;
}
.list th, .list td {
    border: 1px dashed #333;
}
.list td {
	text-align: center;
}
.list th:hover, .list tr:hover {
    background: #b2d1ff;
}

