/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana,Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background:url(http://tsv-godshorn.de/img/dgh2hg.jpg) no-repeat;
	background-attachment: fixed;
	background-position: right bottom;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/*************************************/
a.globalnav:link, a.globalnav:visited {
	color: #006699;
	text-decoration: none;font-family:Verdana,Arial,Helvetica;
font-size: 11px;font-weight: bold;
}
a.globalnav:hover {
	color: #ffffff;
	text-decoration: none;font-family:Verdana,Arial,Helvetica;
font-size: 11px;font-weight: bold;
}
/****************************************/
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}
a.map {
font-family: Arial;
font-size: 12px;
font-weight: normal;
text-decoration: none;
color: #0070C0;
}

a.map:visited {
font-family: Arial;
font-size: 12px;
font-weight: normal;
text-decoration: none;
color: #0070C0;
}

a.map2 {
font-family: Arial;
font-size: 12px;
font-weight: normal;
text-decoration: none;
color: #6F6F6F;
}

a.map2:visited {
font-family: Arial;
font-size: 12px;
font-weight: normal;
text-decoration: none;
color: #6F6F6F;
}

a.map3 {
font-family: Arial;
font-size: 12px;
font-weight: normal;
text-decoration: none;
color: #E06000;
}

a.map3:visited {
font-family: Arial;
font-size: 12px;
font-weight: normal;
text-decoration: none;
color: #E06000;
}
a.map4 {
font-family: Arial;
font-size: 12px;
font-weight: normal;
text-decoration: none;
color: #6633cc;
}

a.map4:visited {
font-family: Arial;
font-size: 12px;
font-weight: normal;
text-decoration: none;
color: #6633cc;
}
a.map5 {
font-family: Arial;
font-size: 12px;
font-weight: normal;
text-decoration: none;
color: #068206;
}

a.map5:visited {
font-family: Arial;
font-size: 12px;
font-weight: normal;
text-decoration: none;
color: #068206;
}
.mapbig {
font-family: Arial;
font-size: 12px;
font-weight: normal;
text-decoration: none;
color: #BF0000;
}

a.map:hover, a.map2:hover, a.map3:hover, a.map4:hover, a.map5:hover {
 text-decoration: underline;
 color: #FF007F;
}



ul.map1{
list-style-image:url(http://tsv-godshorn.de/img/ordner-01.gif);
padding-top:5px;
padding-bottom:10px;
}

ul.map2{
list-style-image:url(http://tsv-godshorn.de/img/ordner-02.gif);
padding-top:5px;
padding-bottom:10px;
}

ul.map3{
list-style-image:url(http://tsv-godshorn.de/img/ordner-03.gif);
padding-top:5px;
padding-bottom:10px;
}
ul.map4{
list-style-image:url(http://tsv-godshorn.de/img/11.gif);
padding-top:5px;
padding-bottom:10px;
}
ul.map5{
list-style-image:url(http://tsv-godshorn.de/img/01.gif);
padding-top:5px;
padding-bottom:10px;
}
label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 200px;
}

#content{
  float:right;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
}

#content2{
  float:right;
	width: 100%;
	margin: 0;
	padding: 0 3% 0 0;
}
/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 80%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}
#story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

#story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 60%;
	color: #333333;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
}
a.siteInfo:link, a.siteInfo:visited, a.siteInfo:hover{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 80%;
	width: 200px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	/*width: 100%;
	width: 200px;*/
  voice-family: "\"}\""; 
  voice-family:inherit;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
.topmenu {
	color: #FFFFFF;
	font-size: 9px;
}
.box01 {
/*position:absolute; top:252px; left:304px;*/
color:#000000;
text-decoration:none ;
font-family:Verdana,Arial,Helvetica;
font-size: 12px;
background: #FFFFFF;
line-height : 100.01%;
text-align: justify;
border: 1px solid #CCCCDD;
width:490px;
padding-top: 8px;
padding-bottom: 8px;
padding-left: 8px;
padding-right: 8px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom:0px;
}
.box02 {
/*position:absolute; top:252px; left:304px;*/
/*color:#000000;
text-decoration:none ;

background: #FFFFFF;
line-height : 100.01%;
text-align: justify;*/font-family:Verdana,Arial,Helvetica;
font-size: 11px;
border: 1px solid #CCCCDD;
width:730px;
padding-top: 3px;
padding-bottom: 8px;
padding-left: 8px;
padding-right: 8px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom:0px;
}
.box03 {
/*position:absolute; top:252px; left:304px;*/
color:#000000;
text-decoration:none ;
font-family:Verdana,Arial,Helvetica;
font-size: 12px;
background: #eeeeee;
line-height : 100.01%;
text-align: justify;
border: 1px solid #CCCCcc;
width:490px;
padding-top: 8px;
padding-bottom: 8px;
padding-left: 8px;
padding-right: 8px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom:0px;
}
.box04 {
/*position:absolute; top:252px; left:304px;*/
color:#000000;
text-decoration:none ;
font-family:Verdana,Arial,Helvetica;
font-size: 12px;
background: #FFFFFF;
line-height : 100.01%;
text-align: justify;
border: 1px solid #CCCCDD;
width:700px;
padding-top: 8px;
padding-bottom: 8px;
padding-left: 8px;
padding-right: 8px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom:0px;
}
.box05 {
/*position:absolute; top:252px; left:304px;*/
color:#000000;
text-decoration:none ;
font-family:Verdana,Arial,Helvetica;
font-size: 12px;
background: #eeeeee;
line-height : 100.01%;
text-align: justify;
border: 1px solid #CCCCcc;
width:500px;
padding-top: 8px;
padding-bottom: 8px;
padding-left: 8px;
padding-right: 8px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom:0px;
}
.box06 {font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; 
	border: 1px solid #006699;
width:730px;
padding-top: 3px;
padding-bottom: 8px;
padding-left: 8px;
padding-right: 8px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom:0px;}
.jastart {
/*position:absolute; top:252px; left:304px;*/
color:#000000;
text-decoration:none ;
font-family:Verdana,Arial,Helvetica;
font-size: 12px;
background: #eeeeee;
line-height : 100.01%;
text-align: justify;
border: 1px solid #CCCCcc;
width:572px;
padding-top: 8px;
padding-bottom: 8px;
padding-left: 8px;
padding-right: 8px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom:0px;
}
.fordersatz {font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px;}
#rand04 {
  border-collapse: collapse;
  border: 1px solid #068206;
}*#rand04 td, #rand04 th {
  border: 1px solid #068206;
}
#rand03 {
  border-collapse: collapse;
  border: 1px solid #cccccc;
}
#rand03 td, #rand03 th {
  border: 1px solid #576675;
}#rand03hm td, #rand03hm th, #rand03hm table {
  border: 1px solid #576675;
}
#rand02 {
  border-collapse: collapse;
  border-bottom: 1px solid #068206;
}
#rand02 td, #rand02 th {
  border-bottom: 1px solid #068206;
}
#rand05 td {
  border: 1px solid #cccccc;
}
#htable {
	padding:0px 0px 0px 0px;
}
.hmlinks{
	font-size: 80%;
	voice-family: "\"}\""; 
  voice-family:inherit;
}
.tooltip{
width: 200px; color:#000;
font:lighter 11px/1.3 Arial,sans-serif;
text-decoration:none;text-align:center};
.tooltip span.top{padding: 30px 8px 0; background: url(http://tsv-godshorn.de/img/bt.gif) no-repeat top};
.tooltip b.bottom{padding:3px 8px 15px;color: #548912; background: url(http://tsv-godshorn.de/img/bt.gif) no-repeat bottom};


#toolbar-top {
	WIDTH: 100%;
	HEIGHT: 65px;
}
#inhalt {
	FONT-SIZE: 12px;
	TEXT-ALIGN: left;
	padding:0px 0px 0px 0px; width: 478px;
}
#inhalt2 {
	FONT-SIZE: 12px;
	TEXT-ALIGN: left;
	padding:0px 0px 0px 0px; width: 850px;
}
a.menuitem{
text-decoration:none;
font-size:10px; color:#000000;
text-transform:none;
}
a.menuitem:visited{color:#000000;}
a.menuitem:hover{color:#FF0000;}




/* Men&uuml; 03 b */

a.nav2:link {
display:block;background-color:#edeeed;
color:#24618e;/*font-family:Verdana, Helvetia,sans-serif;*/
font-size: 12px;
	voice-family: "\"}\""; 
  voice-family:inherit;
/*font-size:11px;*/text-decoration:none;
border: 1px solid #24618e; margin-top:3px;padding:2px;
width:100px;height:14px;
text-align:center;vertical-align:middle;text-transform:none;
}

a.nav2:visited {
display:block;background-color:#edeeed;
color:#24618e;/*font-family:Verdana, Helvetia,sans-serif;*/
font-size: 12px;
	voice-family: "\"}\""; 
  voice-family:inherit;
/*font-size:11px;*/text-decoration:none;
border: 1px solid #24618e; margin-top:3px;padding:2px;
width:100px;height:14px;
text-align:center;vertical-align:middle;text-transform:none;
}

a.nav2:hover {
display:block;background-color:#068206;
color:#ffffff;/*font-family:Verdana, Helvetia,sans-serif;*/
font-size: 12px;
	voice-family: "\"}\""; 
  voice-family:inherit;
/*font-size:11px;*/text-decoration:none;
border: 1px solid #000000; margin-top:3px;padding:2px;
width:100px;height:14px;
text-align:center;vertical-align:middle;text-transform:none;
}

a.nav2:active {
display:block;background-color:red;
color:#000000;/*font-family:Verdana, Helvetia,sans-serif;*/
font-size: 12px;
	voice-family: "\"}\""; 
  voice-family:inherit;
/*font-size:11px;*/text-decoration:none;
border: 1px solid #000000; margin-top:3px;padding:2px;
width:100px;height:14px;
text-align:center;vertical-align:middle;text-transform:none;
}.kicker {
/*position:absolute; top:252px; left:304px;*/
color:#000000;
text-decoration:none ;
font-family:Verdana,Arial,Helvetica;
font-size: 12px;
background: #ffffff;
line-height : 100.01%;
text-align: justify;
border: 1px solid #CCCCcc;
width:572px;
padding-top: 8px;
padding-bottom: 8px;
padding-left: 8px;
padding-right: 8px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom:0px;
}
#jucont{ 
position: relative; height: 800px; overflow: auto;
}
.500x300 {border:1px solid}
.small5 {font-size: 12px}