
	
	body{
		margin:0px;
		padding:0px;
		line-height:13px;
	}

	/* Standardschrift */
	body, td {
		font-size:12px;
		font-family:Arial;
		color:#333333;
	}
	
	.error{
		color:#ff0000;
	}
	
	a 			{ color:#000000; text-decoration:none;}
	a:link		{ color:#000000; text-decoration:none;}
	a:visited	{ color:#000000; text-decoration:none;}
	a:hover		{ color:#669966; text-decoration:none;}
	a:active	{ color:#669966; text-decoration:none;}
	
	img{
		border-width:0px;
	}
	  
		/* Zentrierung ------------------------------------------------- */
	.container {
		margin:0px;
		padding:0px;
		width:100%;
		height:100%;
		text-align: center; /* zentrierung fuer IE */
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
	.page {
		width:780px;
		background-color:#FFFFFF;
		padding:0px;
		text-align:left;
		margin-left: auto; /* zentrierung laut W3C */
		margin-right: auto; /* zentrierung laut W3C */
	}
	
	/* Hauptaufteilung -------------------------------------------*/
	#kopf{
		width:780px;
	}
	
	#hauptspalten{
		width:100%;
	}
	#kopf_logo{
	}
	#kopf_login{
		padding-left:20px;
		padding-bottom:5px;
		border-style:none none none solid;
		border-width:1px;
		border-color:#ffffff;
		background-color:#b5dab5;
		vertical-align:bottom;
	}
	#kopf_marginale{
		background-color:#b5dab5;
		vertical-align:bottom;
		text-align:right;
		padding:5px;
		
	}
	
	#nav{
		width:160px;
		vertical-align:top;
		padding-top:30px;
	}
	#seite{
		padding-top:30px;
		padding-left:20px;
		padding-right:17px;
		vertical-align:top;
	}
	#marginale{
		width:160px;
		padding-top:30px;
		vertical-align:top;
	}
	
	
	
	
	.box{
		border-style:solid;
		border-width:1px;
		border-color:#99cc99;
		margin-bottom:14px;
		width:158px;
	}
	.box h2{
		padding-top:2px;
		padding-left:4px;
		margin:0px;
		height:23px;
		background-image:url(../images/sutos/css/box_header.gif);
		background-repeat:repeat-x;
		font-size:12px;
		font-weight:bold;
		color:#336633;
	}
	.box p{
		padding:6px;
		padding-top:0px;
		margin:0px;
		font-size:10px;
	}
	.box img{
		margin-left:10px;
	}
	
	
	#nav .navpoint{
		height:21px;
		color:#669966;
	}
	
	#nav .navpoint img{
		margin-right:5px;
		margin-bottom:2px;
		margin-left:6px;
	}
	#nav .subnavarea{
		margin-top:2px;
		margin-bottom:8px;
	}
	#nav .subnavpoint{
		height:17px;
		color:#669966;
	}
	#nav .subnavpoint img{
		margin-right:5px;
		margin-bottom:2px;
		margin-left:16px;
	}
	#nav .subsubnavarea{
		margin-top:2px;
		margin-bottom:8px;
	}
	#nav .subsubnavpoint{
		line-height:14px;
		font-size:11px;
		margin-left:32px;
		color:#669966;
	}
	
	
	/*  Seitenelemente -------------------- */
	#seite p{
		width:423px;
	}
	#seite a{
		text-decoration:underline;
	}
	#seite #breadcrumbs {
		font-size:10px;
	}
	#seite #breadcrumbs a{
		text-decoration:none;
	}
	
	
	#seite h1{
		font-size:14px;
		width:423px;
		color:#669966;
	}
	#seite h2{
		font-size:12px;
		width:423px;
		color:#669966;
	}
	#seite .floatleft{
		float:left;
		margin-right:9px;
	}
	#seite .floatright{
		float:right;
		margin-left:9px;
		
	}
	
	
	#seite .mannschaft{
		background-color:#e9efe9;
		width:100%;
		margin-bottom:3px;
		padding:2px;
	}
	#seite .mannschaft .name{
		padding:4px;
		float:left;
		width:120px;
	}
	#seite .mannschaft .name h2{
		width:100%;
		margin:0px;
		padding:0px;
		color:#689866;
	}
	
	#seite .mannschaft .links{
		font-size:11px;
		padding:4px;
	}
	#seite .mannschaft .links a{
		text-decoration:none;
	}
	
	#seite .mannschaft .links img{
		margin-right:4px;
	}
	
	#seite .termine{
		width:100%;
		border-collapse:collapse;
	}
	#seite .termine td{
		border-style:solid;
		border-width:1px;
		border-color:#ffffff;
		padding:2px 6px 2px 6px;
	}
	#seite .termine .hell{
		background-color:#edf2ed;
	}
	#seite .termine .dunkel{
		background-color:#cfe7cf;
	}
	
	ul{
		padding:0px;
		margin:0px;
		margin-left:25px;
		margin-top:-8px;
	}
	
	
	
	
	#seite .download{
		width:423px;
	}
	
	#seite .galerie{
		float:left;
		margin-right:9px;
		margin-bottom:9px;
	}
	#seite .tabelle {
		width:423px;
	}
	#seite .tabelle td{
		padding-right:8px;
		padding-bottom:12px;
	}
	
	#seite .spaltenbreite{
		width:206px;
	}
	
	/* Sitemap ------------------- */
	.sitemapblock{
		width:100%;
		margin-bottom:12px;
	}
	#seite .sitemapblock a{
		text-decoration:none;
	}
	.sitemapblock .header{
		background-color:#cfe7cf;
		font-weight:bold;
		padding:2px 4px 2px 4px;
	}
	.sitemapblock .inhalt{
		font-size:11px;
		background-color:#edf2ed;
		padding:2px 4px 2px 10px;
		line-height:16px;
	}
	
	/* Newsbox der Startseite */
	.newsbox{
		background-color:#e9f0e9;
		margin-bottom:4px;
		width:423px;
	}
	.newsbox h2{
		padding:4px 4px 0px 4px;
		margin:0px;
		color:#b02a29;
		font-weight:normal;
		font-size:12px;
	}
	.newsbox p{
		padding:0px 4px 4px 4px;
		margin:0px;
	}
	.newsbox p.link{
		padding-right:20px;
		text-align:right;
	}
	
	/* Footer ------------------------------ */
	#footer{
		border-style:solid none none none;
		border-width:1px;
		border-color:#99cc99;
		margin-top:22px;
		padding-top:4px;
		margin-bottom:8px;
		font-size:10px;
	}
	#footer a{
		text-decoration:none;
		color:#666666;
		margin-right:4px;
	}
	#footer #copyright{
		margin-top:8px;
	}
	#footer #copyright a{
		text-decoration:none;
		color:#f18c29;
	}
	
	
