	a:link { text-decoration: none; color: #808080;}
	a:visited { text-decoration: none; color: #808080;}
	a:hover { text-decoration: none; color: #ffffff;}
	a:active { text-decoration: none; color: #ffffff;}
	a:focus { text-decoration: none; color: #ffffff;}

	img, div 
	{
		behavior: url(fileadmin/templates/iepngfix.htc);
		border: 0;
	}
	
	body
	{
		margin: 0px;
		padding: 0px;
		background: url(../img/hg.jpg) repeat-x;
		font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
		font-size: 12px;
		color: #585858;
		background-color: #c5c7c8;
	}

	h1 {
		color: #555555;
		font-size: 18px;
		font-weight: bold;
	}

	h2, h2 a {
		color: #555555;
		font-size: 16px;		
		font-weight: bold;
	}

	h3, h3 a {
		color: #555555;
		font-size: 14px;		
		font-weight: bold;
	}

	.bodytext {
		color: #666666;
		font-size: 12px;
	}


	.bodytext a {
		text-decoration: underline;
	}
	
	#maincon
	{
		width: 700px;
		left: 50%;
		position: relative;
		margin: 0px 0px 0px -350px;
		padding: 0;
	}
	
	#head
	{
		width: 700px;
		height: 100px;
	}
		
	#logo
	{
		width: 200px;
		height: 52px;
		margin-top: 25px;
		margin-left: 20px;
		float: left;
		background: url(../img/Logo.png);
	}

	#logo a {
		width: 200px;
		height: 52px;
		display: block;
	}

	#startnav
	{
		width: 700px;
		height: 30px;
	}
	
	ul#startnav
	{
		margin: 0; 
		padding: 0;
    }
	
    ul#startnav li
	{
		margin: 0; 
		padding: 0;
		display: inline;
		list-style: none;
	}
	
	ul#startnav li a
	{
		display: block;
		float: left;
		height: 30px;
	}

	ul#startnav li.button1 a
	{
        background-image: url(../img/Button1.jpg);
        width: 236px; 
	}
  
	ul#startnav li.button1 a:hover
	{
		background-image: url(../img/Button1A.jpg);
	}
	
	ul#startnav li.button2 a
	{
        background-image: url(../img/Button2.jpg);
        width: 235px; 
	}
  
	ul#startnav li.button2 a:hover
	{
		background-image: url(../img/Button2A.jpg);
	}
	
	ul#startnav li.button3 a
	{
        background-image: url(../img/Button3.jpg);
        width: 229px; 
	}
  
	ul#startnav li.button3 a:hover
	{
		background-image: url(../img/Button3A.jpg);
	}

	#headnav
	{
		width: 200px;
		height: 30px;
		margin: 60px 0px 0px 0px;
		float: right;
		font-size: 10px;
	}

	ul#headnav li
	{
		margin: 0; 
		padding: 0 5px 0 5px;
		list-style: none;
		display: inline;
		border-right: #ffffff 1px solid;
		border-color: #c3c3c3;
	}
	
	ul#headnav li a
	{
		color: #c3c3c3;
	}
	
	ul#headnav li a:hover, ul#headnav li .current
	{
		text-decoration: none;
		color: #ffffff;
	}
	
	ul#headnav li.impressum
	{
		border: none;
	}
	
	#headpics
	{
		width: 700px;
		height: 349px;
	}
	
	#damen
	{
		width: 236px;
		height: 349px;
		float: left;
	}
	
	#herren
	{
		width: 235px;
		height: 349px;
		float: left;
	}
	
	#kinder
	{
		width: 229px;
		height: 349px;
		float: left;
	}
		
	#headpic
	{
		z-index: 1;
		width: 700px;
		height: 240px;
	}

	#news
	{
		z-index: 2;
		width: 180px;
		height: 200px;
		float: right;
		margin: 0;
		padding: 20px 0px 0px 10px;
		background: url(../img/NewsBG.png);
		font-weight: bold;
	}

	.white, .white a, .white a:hover
	{
		color: #ffffff;
	}

	.grey, .grey a, .grey a:hover
	{
		color: #515151;
	}

.mainnavcontainer {	
		background-color: black;
	}
	
.mainnav {
		margin: 0;
		padding: 0;
		float: left;
		font-size: 14px;
		font-weight: bold;
		width: 100%;
		background: url(../img/nav-inaktiv.gif) center center repeat-x;
}

.mainnav li {
		display: inline;
}

.mainnav li a {
		height: 22px;
		float: left;
		padding: 3px 15px 0 15px;
		font-weight: bold;
		text-decoration: none;
		border-right: 1px solid #b3b3b3;
		color: #6b6b6b;
}

.mainnav li.middlemain a {
		border-left: 1px solid #666666;

}

.mainnav li a:hover, .mainnav li .current {
		background: transparent url(../img/nav-aktiv.gif) center center repeat-x;
		color: #ffffff !important;
}

.mainnav li.lastmain a {
		border-left: 1px solid #666666;
		border-right: none;
		background: transparent url(../img/nav_last-inaktiv.gif) center right repeat-x;
}

.mainnav li.lastmain a:hover, .mainnav li.lastmain .current {
		border-left: 1px solid #666666;
		border-right: none;
		background: transparent url(../img/nav_last-aktiv.gif) center right repeat-x;
		color: #ffffff !important;
}

#mainnavschatten {
		height: 6px;
		background: url(../img/nav-schatten.gif) center center repeat-x;
		margin: 0 !important;
		margin: -6px 0 -6px 0;                           /** der ie6/5 */
		padding: 0;
	}


	#contentbody
	{
		width: 700px;
		min-height: 450px;
		height: 460px;
		margin: 0;
		padding: 0;
		background-color: #c5c7c8;
	}
	
	#contentbody2
	{
		z-index: 1;
		width: 700px;
		height:100%;
		margin: 0;
		padding: 0;
		background-color: #c5c7c8;
	}
	
	ul#contentnav
	{
		z-index: 1;
		width: 455px;
		margin: 10px 0px 0px 10px !important;
		margin: 10px 0px 0px 5px;
		padding: 0;
		float: left;
    }

    ul#contentnav li
	{
		margin: 0;
		padding: 0;
		list-style: none;
		display: inline;
	}

	ul#contentnav li a
	{
		padding: 0;
		margin: 0;
	}

	ul#contentnav li.content1 a
	{
		color: #d2d2d2;
        	background-color: #a5a5a5;
		font-weight: bold;
		padding: 0px 5px 0px 5px;
		margin: 0;
	}

	ul#contentnav li.content1 a:hover
	{
		background-color: #868686;
		color: #ffffff;
	}

	ul#contentnav li.content2 a
	{
		color: #ffffff;
        background-color: #868686;
		padding: 0px 5px 0px 5px;
		margin: 0px 0px 0px -4px;
	}
	
	#content
	{
		z-index: 1;
		float: left;
		width: 455px;
		margin: 0px 0px 0px 10px !important;
		margin: 0px 0px 0px 5px;
		padding: 10px 0px 45px 20px;
		color: #ffffff;
	}

	#contentpic
	{
		width: 434px;
		margin: 10px 0px 5px 0px;
	}

	#navright
	{
		z-index: 1;
		float: right;
		width: 190px;
		margin: 30px 10px 0px 0px !important;
		margin: 30px 5px 0px 0px;
		padding: 0;
	}

	ul#navright li
	{
		list-style-type: none;
		font-weight: bold;
                padding: 6px 0px 0px 0px;
                margin: 6px 0px 6px 0px;   
		border-top: #ffffff 1px solid;
		border-color: #898989;
	}

	ul#navright li.lastsub
	{
		border-bottom: #ffffff 1px solid;
		border-color: #898989;
		padding: 6px 0px 6px 0px;
	}

	ul#navright li a
	{
		margin: 0;
		padding: 0px 0px 0px 30px;
		color: #6a6a6a;
	}

	ul#navright li a:hover, #navright li .current
	{
		color: #000000;
		text-decoration: none;
		background-image: url(../img/Arrow.gif);
		background-repeat: no-repeat;
		background-position: 0px 3px;
	}
	
	.subnavright {
		padding:0;
		margin: 0 !important;
		margin: 0;
	}

	ul#navright .subnavright li a {
		display:block;
		padding: 0px 0px 0px 40px;
  		font-size:11px;
  		font-weight: normal;
	}
	
	ul#navright .subnavright li a:hover,
	ul#navright .subnavright li .current {
		display:block;
		padding: 0px 0px 0px 40px;
  		font-size:11px;
  		font-weight: normal;
		background-image: url(../img/ArrowSub.gif);
		background-repeat: no-repeat;
		background-position: 12px 3px;
	}

	#footer
	{
		width: 100%;
		height: 25px;
		clear: left;
		background-color: #666666 !important;
   		position: relative;
   		padding-top:5px;
                bottom: 0px;
                position: fixed !important;
                position: relative;
               
	}
	
	#footernav
	{
		width: 700px;
		position: relative;
		left: 50%;
		margin: 3px 0px 0px -340px;
		padding: 0;
	}

	ul#footernav li
	{
		list-style: none;
		display: inline;
	}

	ul#footernav li a
	{
		padding: 0px 5px 0px 5px;
		border-right: #ffffff 1px solid;
		font-weight: bold;
		color: #c3c3c3;
	}

	ul#footernav li a:hover, #footernav li .current
	{
		color: #ffffff;
		text-decoration: none;
	}

	ul#footernav li.lastfooter a
	{
		border-right: none;
	}	
	
	
/* tt_news LIST */

.news-list-container HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer{
	clear:left;
	height:1px;
	border:1px solid #AAA;
}
.news-latest-container HR.clearer {
	clear:left;
}


.news-list-date {
	color: #FFFFFF;
	padding-right: 10px;
	}

.news-list-image, .news-single-img {
	float:left;
	padding: 0 20px 10px 0;
	}


.news-list-morelink a {
	font-weight: bold;
	color: #808080 !important;
}

/* tt_news SINGLE */

.news-single-item H2 {
	font-weight:bold;
	color: #666666;
	margin-bottom: 0px;
}
.news-single-item H3 {
	margin-bottom: 15px;
}

.news-single-backlink, .news-single-backlink a {
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 10px;
}
.news-single-timedata {
	color: #FFFFFF;
	padding-right: 10px;
}
.news-single-timedata, .news-single-author {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
}

/* tt_news AMENU */

.news-amenu-container {
    margin-top:10px;

}
.news-amenu-container LI {
    padding-bottom:2px;
}
.news-amenu-container UL {
    padding:3px; 
    margin: 0;
    list-style-type: none;
}

.news-amenu-item-year {
    font-weight: bold;
    color:#fff;
    font-size: 14px;
}


/**************************************** 
Tabellen begin
****************************************/

caption {
	display: none;
}

td {
	padding-right: 20px;
	vertical-align: top;
}


/**************************************** 
Tabellen end
****************************************/

/**************************************** 
Formulare begin
****************************************/
.csc-mailform {
	border:none;
}
.csc-mailform input {
	border:1px solid #ccc;
	width:250px;
	
	font-family:Arial, helvetica, sans-serif;
	font-size: 100%;
	color:#666666;
	
}
.csc-mailform textarea {
	border:1px solid #ccc;
	width:250px;
	height:200px;
	
	font-family:Arial, helvetica, sans-serif;
	font-size: 100%;
	color:#666666;
	
}
.csc-mailform div {
	margin-bottom: 10px;
  clear:both;
}
/*
  float:left;
  clear:both;
*/
.csc-mailform-field label, #newsletteranmeldung label {
	margin:2px 0px;
	font-size:11px;
	line-height:15px;
	float: left;
	text-align: right;
	margin-right: 10px;
	width: 150px;
	display: block;
	color: #666 !important;
}
.csc-mailform-submit {
	border: 0 !important;
	color: #FFF !important;
	background-color: #666 !important;
	margin-left:160px;
	width:88px !important;
	height:32px !important;
}

.csc-mailform-submit:hover {
	border: 0 !important;
	color: #666 !important;
	background-color: #FFF !important;
	margin-left:160px;
	width:88px !important;
	height:32px !important;
	cursor: pointer;
}

}
fieldset {
border:none !important;
}
.csc-mailform-radio {
margin:0;
padding:0;
display:inline;
}
.csc-mailform-radio label {
margin:0;
padding:0;
display:inline;
}

/**************************************** 
Formulare end
****************************************/

.news-single-imgcaption,
.csc-textpic-caption {
	font-size:10px;
	line-height:12px;
	color: #888 !important;
	padding-left: 2px;
}

.internal-link a:lin {
	text-decoration: underline;
}