/* Stylesheet zur Anpassung der Seite */

/* Gesamtes Fenster */
body {
	padding-top:30px;
	padding-bottom:30px;
	background-color:#c4d4ec;
	font-size: small;
	line-height: 1.4;
	font-family:Verdana, Geneva, sans-serif;
	color:#3d4146;
}

/* Enthält die gesamte Seite */
.main {
	width:1024px;
	margin: 0 auto;
	border: 1px solid #8096b4;
	}

.seite_header {
	float: left;
	width: 100%;
	height: 150px;
	background-image: url(images/header.jpg);
	}
	
.seite_slideshow {
	float: left;
	width: 200px;
	background-image: url(http://www.triathlon-verl.de/fileadmin/template/images/header.jpg);
	border: 1px solid #215299;
	margin-top: 16px;
	margin-left: 20px;
	}
	
#c91 {
	padding: 0px !important;
	}
	
.seite_banner {
	float:right;
	width: 800px;
	background:url(images/header.jpg) no-repeat;
	}
	
.seite_menu {
	float: left;
	width: 100%;
	height: 100px;
	background: transparent url(images/menu_mitte_normal.jpg) repeat-x 0 0;
	font-size:medium;
	}
	
.seite_menu ul {
	float: left;
	width:100%;
	background: url(images/menu_rand_links.jpg) no-repeat left top;
	}
	
.seite_name {
	float:left;
	height:80px;
	width:100%;
	padding-top:20px;
	background: url(images/content_header.jpg) left top;
	text-align:center;
	}
	
.seite_content {
	float: left;
	width:1024px;
	min-height:500px;
	padding-bottom:10px;
	background: #c4d4ec url(http://www.triathlon-verl.de/fileadmin/template/images/content_mitte.jpg) repeat-x left bottom;
	}
	
.seite_disclaimer {
	clear: left;
	width:100%;
	height:50px;
	background-image:url(http://www.triathlon-verl.de/fileadmin/template/images/content_unten.jpg);
	}
	
.content_video {
	margin: 0 auto;
	border: 1px solid #215299;
	}

/* Aussehen der Links */
a 	{
	text-decoration: none;
	color:#3d4146;
	}

/* Hovereffekt für Links */
a:hover {
	color:#003a8f;
	}

 

/* Konfiguration des Menüs */

/*1. Ebene */
#nav {
	height:60px;
	padding-top:37px;
	width:1009px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	list-style: none;
	font-weight: bold;
	margin: 0px;
	position: relative;
	z-index: 2;
}


/* 2. Ebene */
#nav ul {
	background: #c4d4ec;
	line-height:15px;
	border: 1px solid #606060;
	list-style:none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	float: left;
	font-weight: bold;
	padding:0px;
}
 
#nav a {
	display: block;
	color: white; 
	width: 100%;
	text-decoration: none;
	font-size:1.3em;
}

#nav a:hover {
	color: #215299;
	}
 
#nav ul a {
	font-size:1em;
	} 
	
#nav li {
	float: left;
	width: 180px;
	padding-bottom: 20px;
	text-align: center;
	margin: 0px;
}

#nav li a {
	margin: 0px;
}

#nav li:hover {
	position:relative;
}
 
#nav li ul {
	position: absolute;
	left:-999em;
	height:auto;
	width:180px;
	font-weight: normal;
	border-width: 1px;
	top:100%;
	padding-top:20px;
}

 
#nav li li { 
	width: 100%;
}
 
#nav li ul a {
	width: 100%;
	color:#3d4146;	
}

#nav li ul a:hover {
	color:#003a8f;
	font-weight:bold;
}
 
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	color: #215299;
}
 
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: 0px;
}
 


/* Die Seitenüberschrift */
.seitenname {
	display:inline;
	border-bottom: 1px solid #215299;
	font-family:Verdana, Geneva, sans-serif;
	font-size:18pt;
	color:#3d4146;
	font-weight:normal;
	}

/* Überschrift jedes Content-Elements */
.csc-header {
	margin-bottom:20px;
	display:table;
	border-bottom:1px solid #215299;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16pt;
	color:#3d4146;
	width:auto;
	clear:both;
}

/* Überschrift von Text, der neben einem Bild steht */
.csc-textpicHeader {
	margin-bottom:20px;
	display:table;
	border-bottom:1px solid #215299;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16pt;
	color:#3d4146;
}

/* Content-Element */
.csc-default {
	padding: 0px 80px 40px 80px;
	}

/* Content-Text */
.bodytext {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    	color: #3d4146;
    	font-weight: normal;
	text-decoration: none;
	text-align:left;
	}
	
/* Content-Bild */
.csc-textpic-single-image, csc-textpic-imagewrap, csc-textpic, csc-textpic-intext-left, csc-textpic-center, csc-textpic-above,{
	margin-top:3px;
	margin-bottom:50px;
}	
	
/* Aussehen des Disclaimers unten */
.disclaimer {
	padding-top:15px;
	width:1024px;
	text-align:center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
    	color: #3d4146;
    	font-weight: normal;
	text-decoration: none;
	border-top: 1px solid #215299;
}

/* HTML Validator */
.validator {
	margin-top:20px;
	text-align:center;
	}

/* Aussehen der Sitemap */
.sitemap {
	position:relative;
	top:-30px;
	left:30%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    	color: #3d4146;
    	font-weight: normal;
    	font-size:16pt;
	text-decoration: none;
	}
	
.sitemap_2 {
	padding:10px 0px 0px 50px;
	}
	
.sitemap_element, .sitemap_element_2 {
	padding:10px 0px 0px 10px;
	}
	

	
	
/* Ende des Stylesheets */
