/* Start of CMSMS style sheet 'Layout: Koerzell' */
* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	color: #FFF;
	background-color: #E4E4E4;
	margin: 8px;
}
a:link, a:visited, a:active {
}
a:hover {
	text-decoration: none;
}


/*****************
basic layout 
*****************/
#maintab {
	width: 800px;
	text-align: left;
}
#head_cell {
	vertical-align: top;
	height: 152px;
	background-color: #333;
	background-image: url(images/header800.jpg);
	background-repeat: no-repeat;
}
#langflag {
	/*visibility: hidden;*/
	position: relative;
	width: 18px;
	text-align: right;
	top: 33px;
	left: 540px;
}
#middl_cell {
	vertical-align: top;
	background-color: #666;
	height: 395px;
}
#footer_cell {
	height: 24px;
	padding: 0 6px 0 8px;
	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-x;
	vertical-align: bottom;
	text-align: right;
	font-size: 10px;
	color: #888;
}
* html #footer_cell {
	height: 26px;
}
#footer_cell a {
	text-decoration: none;
	color: #888;
}
#footer_cell a:hover {
	color: #BBB;
}

/********************
CONTENT STYLING
*********************/
div#content {
	font-size: 11px;
	padding: 34px 32px 34px 32px;
	background-color: #666;
}

/* HEADINGS */
div#content h1 {
	font-size: 13px; 
	padding: 3px 0 6px 0;
}
div#content h2 { /* wie h1, orange*/
	font-size: 13px; 
	padding: 3px 0 6px 0;
	color: #FF8A00;
}
div#content h3 {
	font-size: 12px; 
	line-height: 16px;
}

/* TEXT */
p {
	font-size: 11px;
	line-height: 20px;
	margin: 4px 0px 8px 0px;
	padding: 0;
}
ul {
	padding: 0 0 0 32px;
}
li {
	font-size: 11px;
	/*line-height: 16px;
	margin: 4px 0px 15px 0px;  some air around p elements */
	padding: 0;
}
.small {
	font-size: 10px;
}
div#content a {
	color: #FF8A00;
}

/* GALLERIES */
.marked {
	border: 2px solid #FF8A00;
}
.cleared {
	border: 2px solid #666;
}
.marked_txt {
	font-weight: bold;
	color: #FF8A00;
}
.cleared_txt {
	font-weight: normal;
	color: #FFF;
}
#picinfo {
	padding: 6px 0 10px 0;
}
.thumbstab td {
	text-align: center;
	vertical-align: middle;
}



/* End of 'Layout: Koerzell' */

