/**
* Ostthueringen Digital Info Seite und Onlinegalerie
* ===================================================
*
* @site 		www.ostthueringen-digital.de
* @date			2009-02-15
* @lastmodified	2009-02-15
* @author		Juergen Rolle
* @copyrihgt	Computerservice Mediendesign 
* @see			www.commedor.de
* @country		Germany
* @zip			07589
* @city			Muenchenbernsdorf
*/

/*
* @section Farbdefinitionen
* ====================================================
* @colordef		
* @colordef		
* @colordef		
*/ 

/*
* @Seitenlayout allgemein
* ===================================================
*/
body {
	background-color: #999966;
	margin-left: 10px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}
body,td,th {
	color: #CCCCCC;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}
a:link {
	color: #CCFF00;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-weight:bold;
	color: #CCFF00;
}
a:hover {
	text-decoration: none;
	font-weight:bold;
	color: #CCFF00;
}
a:active {
	text-decoration: none;
	color: #CCFF00;
}
/*
* @ Hauptmenu
*=============================================
*/
#topmenu {
		height:22px; 
		padding:0; 
		margin-top:15px; 
		margin-bottom:10px;
		width:100%;
		}
#topmenu ul{
			height:20px; 
			list-style-type:none;
			}
#topmenu ul li {
			height:20px; 
			background-color:#333333;
			color:#999966; 
			float:left; 
			padding: 0 15px 0 15px; 
			margin-right:20px; 
			border-right:1px solid #dddddd;
			}
#topmenu a {
			color:#999966;
			text-decoration:none;
			font-size:12px;
			font-family:Geneva, Arial, Helvetica, sans-serif;
			font-weight: normal;
			}
#header{
		width:100%; 
		height:140px; 
		background:#999966 url(../images/header.jpg) top left no-repeat; 
		
		}
#breadcrumb{
		width:100%; 
		margin-top:4px; 
		}
#breadcrumb ul{
		list-style-type:none;
		}
#breadcrumb ul li{
		float:left; 
		padding: 0 10px 0 10px; 
		margin-right:10px; 
		clear: right;
		}
#content{
		width:100%; line-height:1.4em;
		}
#footer {
		line-height:1.0em; 
		font-size:90%; 
		color:#CCCCCC; 
		margin:0; 
		padding:5px;
		}
#footer a { 
		color:#FFCC00; 
		float:left; 
		margin-left: 20px; 
		clear:right; 
		font-size:90%;
		}
#galerie{
		}
#bildbox_b{
		width:250px;
		height:220px;
		float:left;
		margin:5px;
		}
#bildbox_b img{
		width:191px;
		height:129px;
		margin: 5px 15px 0 15px;
		border:2px ridge #333333;
		}
#bildbox_b h3{
		font-size:91%;
		text-align:center;
		margin:1px;
		}
#bildbox_h{
		width:250px;
		height:220px;
		float:left;
		margin:5px;
		}
#bildbox_h img{
		width:129px;
		height:191px;
		margin:5px 60px 0 60px;
		border:2px ridge #333333;
		}
#bildbox_h h3{
		font-size:91%;
		text-align:center;
		margin:1px;
		}
