/* aktiv2date:
 * hell: #fccf79
 * dunkel: #f9a70d
 * mittel: #faba45 
 */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #443333;
	padding:0px;
	margin:0px;
	border:0px;
/*	background: #fccf79; */
	background: #ffffff;
}

td {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #44333333;
}

th {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 13px;
        color: #333344;
        text-align:left;
        font-weight:bold;
        border-bottom:1px solid #333333;
}


#main {
	width:800px;
	margin: 20px auto;
	padding: 0px;
	background-color: #ff9933;
}

#header {
	height:170px;
}

#header a:link, #header a:visited {
	border-bottom:none;
}


h1,h2,h3,h4 {font-size: 14px; font-weight: bold; color: #ffffff; }
h1 {color: #ffffff; border-bottom: 1px solid #ffffff}


#navigation {
	float:left;
	margin-top:10px;
	width:170px;
	padding:0px;
	color:#ffffff;
	font-weight:bold;
	text-align:right;
}

#navigation a:link, #navigation a:active, #navigation a:visited	{
	display:block;
	margin:0px;
	padding:5px 15px 5px 5px;
	color:white;
	text-decoration:none;
	border:none;
}
#navigation a:hover {
    background: #faba45;
}

#content {
	float:left;
	width:420px;
	height:1300px;
	padding: 20px;
	margin: 0px;
	background: #ff9933;
}

/* fuck microsoft */
#content[id] {
	height:auto;
	min-height:1000px;
}

#right {
	float:right;
	/* pic 140px + 2x 15px padding */
	width:170px;
	padding: 0px;
	margin: 0px;
}

#footer {
	clear:both;
	font-size:10px;
	padding:10px 0px 5px 0px;
	text-align:center;

	background-color:#b7d9f8;
	background-image:url('/pics/footer.jpg');
	background-repeat: no-repeat; 
}


a:link, a:visited { 
	color:#443333;
}
a:hover { color: #b81f20; }

a:visited:hover {color: #b81f20; }


.image {
	padding:10px 0px;
}

.image a:link, .image a:visited {
	border:none;
}

.banner_right {
        padding:15px;
}

.banner_right a:link, .banner_right a:visited {
        border:none;
}


.gallery {
	float:left;
	width:150px;
	padding-right:30px;
	padding-bottom:20px;
}

#text {

}

.error {
        font-weight:bold;
        border: 2px solid #dd0000;
        background:#ffffff;
        padding:2px;
        margin:5px;
}                        

.small {
        font-size:10px;
}

.highlight {
        background: #fccf79;
}

.imgPreview {
        float:left;
        width:103px;
        margin:5px;
}

.txtPreview {
        float:left;
        margin:5px;
        width:297px;
}

.txtTitle {
        font-weight: bold;
	font-size:14px;
}

.txtDate {
        font-size:7pt;
}

.txtDesc {
        margin-top:8px;
}

img, img a:link {
        border:0 none;
}

.box {
        border-top: 1px dotted #e9e9e8;
}

.bg1 {
	background:#fccf79;
}   
