/**
 * vim: set tabstop=4 softtabstop=4 shiftwidth=4 noexpandtab:
 * $Id: main.php 5 2010-02-13 23:25:54Z nexus $
 */

body {
	font-family: Verdana, Sans;
	font-size: 10px;
}

body {
	padding: 14px 0px 11px 0px;
	margin: 0px;
	background-color: #1F272A;
}

#header {
	background-image: url('../images/header.gif');
	background-repeat: repeat-x;
	height: 224px;
	width: 969px;
	margin: 0 auto 0 auto;
}

#header #logo {
	height: 170px;
}

#header h1 {
	margin: 0px;
	padding-top: 8px;
	margin-left: 1em;
}

#header h1 a img {
	border: none;
}

#header h1 a span {
	display: none;
}

#header .motto {
	float: right;
	margin-right: 1em;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
}

#header #search {
	float: right;
	clear: right;
	margin-top: 60px;
	margin-right: 2em;
}

#header #search input#searchQuery {
	background-color: transparent;
	border: none;
	margin-left: 28px;
	margin-right: 4px;
	width: 168px;
	height: 24px;
	line-height: 24px;
	font-size: 10px;
	color: #86d734;
	font-weight: bold;
}

#header #search div#searchQueryWrapper {
	width: 200px;
	height: 24px;
	background-image: url('../images/search_gradient.png');
	background-repeat: no-repeat;
	border: 1px solid #666666;
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#header #search input#doSearch {
	background-color: transparent;
	border: none;
	height: 24px;
	width: 70px;
	color: #333333;
	font-weight: bold;
}

#header #search div#doSearchWrapper {
	float: left;
	margin-left: 0.5em;
	border: 1px solid #666666;
	height: 24px;
	width: 70px;
	background-image: url('../images/search_gradient.png');
	background-repeat: no-repeat;
	background-position: -30px 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#menu ul {
	list-style: none;
	background-image: url('../images/nav_bar.gif');
	background-repeat: no-repeat;
	width: 740px;
	height: 29px;
	padding: 0px;
	padding-left: 4px;
	padding-top: 0px;
	margin-top: 1px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2px;
}

#menu ul li {
	float: left;
	height: 27px;
	width: 146px;
	margin: 0px;
	padding: 0px;
}

#menu ul li a {
	display: block;
	color: #344A04;
	line-height: 27px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
}

#menu ul li.active a {
	color: #000000;
}

#page {
	width: 969px;
	margin: 0px auto 0.4em auto;
}

#page #content {
	border: 1px solid #ffffff;
	background-color: #323232;
	background-image: url('../images/content_bg.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
	padding: 0.2em 1em;
	color: #d4d4c6;
	font-size: 12px;
}

/* page content */
h3, h3 a, h3 a:link, h3 a:hover, h3 a:visited {
	margin-top: 0.1em;
	margin-bottom: 0.5em;
	color: #72A00D;
	text-decoration: none;
	font-size: 20px;
}

h4 {
	margin-top: 0.1em;
	margin-bottom: 0.5em;
	color: #72A00D;
	text-decoration: none;
	font-size: 16px;
}

#content .entry p {
	text-indent: 2em;
}

p em {
	font-style: normal;
	font-weight: bold;
	color: #86d734;
}

p strong {
	font-style: normal;
	font-weight: bold;
	color: #0c9dd5;
}

p.date {
	color: #0c9dd5;
	float: right;
}

p.author {
	font-style: italic;
	font-weight: bold;
}

a, a:link, a:hover, a:visited {
	color: #72A00D;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p.links {
	border-bottom: 1px dashed #d3d3d3;
	padding: 0.3em;
}

p.links a, p.links a:link, p.links a:hover, p.links a:visited {
	margin-left: 1em;
	margin-right: 1em;
	font-weight: bold;
	text-decoration: none;
}

p.links a:hover {
	text-decoration: underline;
}

#comments {
	border-top: 1px dashed #d3d3d3;
	padding-top: 0.5em;
	margin-top: 0.5em;
}

#comments label, #suggest label{
	display: block;
	margin: 0.3em;
}

#comments div {	
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

#comments #commentList {
	margin-top: 1.5em;
}

#comments .comment {
	border: 1px solid #666666;
	padding: 0.5em;
}

#comments .comment p {
	padding: 0px;
	margin: 0px;
}

#comments .comment p.commentText {
	margin-top: 0.8em;
}

/* end content */

#footer {
	background-image: url('../images/footer_bg.gif');
	background-repeat: repeat-x;
	background-color: #323232;
	width: 969px;
	margin: 0px auto 0px auto;
}

#footer p#legal {
	text-align: right;
	color: #72a00d;
	font-size: 12px;
	margin: 0px;
	margin-right: 1em;
	padding: 0px;
	line-height: 40px;
}

#footer p#legal a {
	color: inherit;
	text-decoration: none;
}

#pager {
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	text-align: center;
	font-weight: bold;
}

div.message {
	margin: 1em;
	padding: 0.5em;
}

div.message-error {
	border: 1px solid #ff0000;
	background-color: #ff9999;
	color: #000000;
}

div.message-info {
	border: 1px solid #00ff00;
	background-color: #99ff99;
	color: #000000;
}

pre {
	font-family: monospace;
	color: #aaaaaa;
}

.clear {
	clear: both;
}

.gcal {
}

.gcal_KonferenceISK {
	color: #2952A3;
}

.gcal_Inflowkalend {
	color: #A32929;
}
