/******************************************************
@Projekt:		go4webdesign.ch
		
@date:			30.01.2010
@author:		Amanda Folie
******************************************************/

/******************************************************
ALLGEMEINE DEFINITIONEN
******************************************************/
*{
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background-color: #FFF;
	text-align: center;
}
table.yellowborder {
	border: 1px solid #b82d86;
	width: 95%;
}
p, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

td {
	padding: 0 10px 0 10px;
}
th {
	font-size: 13px;
	background-color: #b82d86;
	padding: 10px;
}
h1 {
	font-size: 14px;
	padding-bottom: 20px;
	color: #b82d86;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
	color: #b82d86;
}
h3 {
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 0px;
	color: #b82d86;
}
img {
	border: 0 none;
	outline: none;
	text-decoration: none;
}
th a, a {
	color: #000;
}

/******************************************************
LAYERDEFINITIONEN
******************************************************/

#container {
	position: relative;
	width: 950px;
	margin: 20px auto;
	background: #FFF;
	text-align: left;
}
#shortlinks {
	float: left;
	margin-top: 25px;
	margin-bottom: 13px;
	border-right: 1px solid #F00;
	width: 950px;
	height: 13px;
	text-align: right;
}
/*Quicklinks*/
#shortlinks ul{
	list-style: none;
	padding-right: 10px;
}
#shortlinks ul li{
	float: right;
}
#shortlinks ul li a{
	text-decoration: none;
	font-size: 11px;
	text-transform:uppercase;
	border-left: 1px solid #F00;
	padding-left: 10px;
}

#eyecatcher {
	float: left;
	background: #000 url(../images/eyecatcher.jpg) no-repeat;
	width: 950px;
	height: 265px;
}
#quicklinks {
	position: absolute;
	right: 50px;
	bottom: 15px;
	padding-top: 25px;
}
#contentcontainer {
	float: left;
	width: 950px;
	background: #000 url(../images/bg_container2.jpg) no-repeat;
}
#contentcontainerhome {
	float: left;
	width: 950px;
	background: #000 url(../images/bg_containerhome.jpg) no-repeat;
}
#navigation {
	float: left;
	width: 144px;
	padding: 29px 0px 0px 0px;
}
#content {
	float: left;
	overflow: auto;
    height:450px;
	width: 600px; 
	margin: 35px 40px 35px 156px;
}
#content ul, #contentbig ul {
	padding-left: 10px;
	margin-left: 0px;
	padding-top: 5px;
}
#content li, #contentbig li {
	list-style-type: none;
	line-height: 20px;
	background-image:  url("../images/nav.gif");
    background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 15px;
	margin-left: 0px;
}
#content a {
	color: #000;
	text-decoration: underline;
	color: #ff0000;
}
#content a:hover {
	text-decoration: underline;
}
#sidelinks {
	position: relative;
	width: 180px;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 17px;
	font-size: 9px;
}
#sidelinks a {
	color: black;
}
#footer{
	clear: both;
	text-align: right;
	height: 13px;
	background: #000 url(../images/verlauf.jpg) repeat-y;
	padding: 5px;
}
.sponsored {
	color: #FFF;
}

/******************************************************
NAVIGATION
******************************************************/

#sidelinks ul {
	list-style: none; 
	margin: 0;
	padding: 0;
}

#navigation ul {
	list-style: none; 
	margin: 0;
	padding: 0;
}

#navigation ul li a {
	display: block;
	text-decoration: none;
	color: #000000;
	line-height: 15px;
	margin: 0;
}
/*Navigation level1*/
#navigation ul li.level1 a {
	text-transform:uppercase;
	margin-left:6px;
	border-bottom: 1px solid #b82d86;
}
#navigation ul li.level1_sel a, #navigation ul li.level1 a:hover, #navigation ul li.level1 a:active {
	text-transform:uppercase;
	margin-left:6px;
	border-bottom: 1px solid #b82d86;
	color: #b82d86;
}
#navigation ul li.level2 a {
	text-transform: none;
	margin-left:6px;
	padding-left: 10px;
	font-weight: normal;
	color: #000;
	border-bottom: 1px solid #b82d86;
}
#navigation ul li.level2_sel a, #navigation ul li.level2_sel a:hover, #navigation ul li.level2 a:hover, #navigation ul li.level2 a:active {
	text-transform: none;
	margin-left:6px;
	padding-left: 10px;
	border-bottom: 1px solid #b82d86;
	color: #b82d86;
}

