/*div {display: block;}*/

body, html, tr, td, table, div, p, span, li, ul, img{
	font-family:Arial, Helvetica, sans-serif;font-size:12px;
	margin:0px;
	padding:0px;
    }

td  {vertical-align:top;
    }
th  { font-weight:normal;
    border-style:solid; border-width:1px; 
    } 
table { border-collapse:collapse;
    }   
h1, h2, h3, h4, h5, h6 {
	font-family:Arial, Helvetica, sans-serif;
	}
h1	{
	margin-bottom:7px;	
	font-size:1.2em;
	}
h2	{
	margin-bottom:5px;
	font-size:1.0em;
	}
body {
	text-align:left;
	background:#fff;
	}
 
ul {
 	list-style: none;
	}
	
li.sublist{
  	list-style: none;
  	padding:0px;
  	border:0px;
  	margin-top:-2px;
  	margin-bottom:-4px;
  	border-top:green;
  	background-color:red;
	}
	
* html li.sublist {
	margin-bottom:-10px;
	margin-top:-5px;
	}

.clearer {clear:both;}	

span.detail {color:red;}

p.bodytext {
	margin-top:5px;
	}

/*---------- container ----------------*/
#container {
	
	width:912px;
	margin:5px 0px 0px 5px;
	text-align:left;
	}
 
/*---------- header ----------------*/
#header {
	background: #fff url('/fileadmin/templates/gymsta_titel.jpg') no-repeat;
	height:130px;
	width:912px;
	}

/*---------- userinfo ----------------*/
div #userinfo {
  	float:right;
	margin-top:115px;
	font-size:0.8em;
	color: red;
	}

/*---------- topbar ----------------*/
div #topbar {
	width:912px; 
	border: 0px solid grey;
	height: 20px;
	margin: 5px 0px 0px 0px;
	border-bottom: 1px solid #676767;
	}

/*---------- navipath ----------------*/
div #topleft {
  	float:left;
	width:300px;
	}
	
	ul.navipath {
	  list-style: none;
	  margin: 0;
	  padding: 0;
	  text-align:left;
	  font-size:0.6em;
	}
		ul.navipath li {
		  display: inline;
		  padding-right: 1px; padding-left: 1px;
		}
		ul.navipath li[class=aktiv] {
		  color: orange;
		  background:none;
		}

/*---------- menutop ----------------*/
div #menutop {
	color: red;
	list-style: none;
	margin: 0;
	padding: 0;
	height:20px;
	text-align:right;
	font-size:0.8em;
	float:right;
	width:300px;;
	}
	
		#menutop ul {
		 display: inline;
		  margin: 0;
		  padding: 0;
		}
		#menutop li {
		  border-right: 0px solid #676767;
		  display: inline;
		  padding: 0px 15px 0px 15px;
		}
		#menutop li.aktiv {
			color:red; 
		}
		#menutop li.aktiv a:visited {
			color:red; 
		}
		#menutop li a {
			color:blue; 
			text-decoration:none; 
		}
		#menutop li a:hover {
			color: orange;
		}

/*---------- main ----------------*/
div #main {
	width:100%;
	}


/*---------- menuleft ----------------*/

#menuleft {

	border:0px solid #00ff00;
	float:left;
	background:#ffffff;
	width:250px;
  	font-size:0.9em;
	}
		
		#menuleft li {
			background:#efefef;
			color:#000;
			width:120px; 
			line-height:20px;
			border:1px solid #bbbbbb;
			padding:2px 0px 0px 2px;
		}
		
	
		#menuleft li.aktiv {
			width:120px; 
			color:red; 
		}
		#menuleft li a {
			color:blue; 
			text-decoration:none; 
		}
		#menuleft li a:hover {
			color: orange;
		}
		#menuleft li.aktiv a:visited {
			color:red; 
		}

		#menuleft ul ul {
			margin-left:100px;
			position:absolute; top:170px;
			display: block;
			border:0px solid #000000;
		}
		#menuleft ul ul li {
			width:150px; 
		}
		#menuleft ul ul li.aktiv {
			width:150px; 
		}	
		

	#mindesthoch {display: inline; 
				height:450px; float:left;width:1px;
	}
		
/*---------- content ----------------*/
#content {
	width:70%;
	float:right;
	text-align:left;
	padding-top: 20px;
	}	

/*---------- sitemap ----------------*/
#sitemap ul ul {
	padding-left:20px;
	}	


/*---------- footer ----------------*/
#footer {
	clear:left;
	background:#fff;
	color:#000;
	height:10px;
	}
	
/*----------- search ---------------*/	
input.tx-indexedsearch-searchbox-sword {
	height:18px; width:120px; 
	font-size:0.9em;
	}
input.tx-indexedsearch-searchbox-button {
	height:18px;
	font-size:0.9em;
	padding-bottom: 5px;
	}
div.tx-indexedsearch-searchbox {
	margin-top:30px;
	}
div.tx-indexedsearch-box-big {
	border: 1px solid #bbbbbb;
	padding:10px;
	}
div.tx-indexedsearch-form {
	/* "suchen nach" */
	padding-bottom: 10px;
	}
p.tx-indexedsearch-rules {
	font-size:0.8em;
	}	
	
/*----------- login -------------*/
div.tx-newloginbox-pi1{
	margin-top: 50px;
	}

/*----------- generell -------------*/
table.csc-loginform {}
td.csc-form-labelcell{}
td.csc-form-fieldcell{}
p.csc-form-label-req{}
input[name=user]{}
input[name=pass]{}
input[name=submit]{}

/*---------- news ---------------------*/
div.news-list-item {display: inline; color:green;}
div.news-list-container {display: inline;}
div.news-list-morelink {display: inline;}
div.csc-header {display: inline;}


