/*
Theme Name: NDVT 2010
Theme URI: http://kfsm
Description: Das WP-Theme für den NDVT 2010
Author: kfsm.de
Author URI: http://kfsm.de
version: 1.0
Tags: two-column, widget-ready
*/

/* basics */

* {
	margin: 0;
	padding: 0;
}

.clear {	clear: both;	display: block;	overflow: hidden;	visibility: hidden;	width: 0;	height: 0;}

/* My Comment */

body {
	background: url(images/bg-ndvt2010.gif) repeat-y;
	z-index: -3;
	font: 12px/1.8em "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #333;
}

h1 {
	font-size: 1.7em;
	color: #333366;
	line-height: 1.5em;
}

h2 {
	font-size: 1.5em;
	color: #333366;
}

h3 {
	font-size: 1.2em;
	color: #333366;
}

h4 funktion {
	font-size: 1em;
	color: #333;
	font-weight: normal;
	font-style: normal;
}

img {
	padding: 0;
	border: 3px solid white;
}

img a {
	border: none;
}

img.left {
	float: left;
	border: none;
	padding: 6px 0 0 0;
}

img.right {
	float: right;
	border: none;
	padding: 0 0 0 6px;
}

blockquote {
	font-size: 1.2em;
	color:#333366;
	text-transform: uppercase;
	background: #F7F7F7;
	padding-left: 10px;
	/* optional 

rounded corners for browsers that support it */

   -moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
}

code {
	font-family: "Courier New", Courier, monospace;
}

/* links */

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


a img,a img:hover  {border: none;background-color: none!important;}

a img,a img:hover  {border: none;background-color: none!important;}

/* container */

#container {
	width: 996px;
	margin: 0 auto;
	padding: 0;
	background: #fff url(images/bg-ndvt2010-smooth.gif) repeat-y;
	color: #333;
	overflow: hidden;
	clear: both;
}

/* header */

#header {
	position: relative;
	width: 960px;
	height: 200px;
	background: white url(images/header-img-ndvt2010.gif) no-repeat;
	margin-left: 18px;
}

#header h1 {
	/*position: relative;*/
	padding: 90px 0 0 40px;
	margin: 0;
	text-transform: uppercase;
	color: #333366;
	font-weight: bold;
	font-size: 40px;
	white-space: no-wrap;
	
}

#header h1 a {
	color: #333366;
	text-decoration: none;
}

#header h1 a:hover {
	color: #742128;
	text-decoration: none;
}

#header h2 {
	color: white;
	padding: 3px 0 0 40px;
	text-transform: uppercase;
	font: 18px "MS Trebuchet", "Lucida Grande", Lucida, Verdana, sans-serif;
}

/* main menu */

#menu {
	background: #742128;
	font: 12px/1.6em "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
	width: 940px;
	overflow: hidden;
	padding-left: 20px;
	margin-left: 18px;
	border-top: 2px solid #660000;
	text-transform: uppercase;
	border-bottom: 2px solid silver;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu ul li {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding: 4px 10px;
	margin: 0;
	color: #fff;
	display: block;
}

#menu ul li a:hover {
	background: #fff;
	color: #000;
}

/* nav menu */

#nav {
	font: 12px/1.6em "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
	width: 930px;
	overflow: hidden;
	padding-left: 20px;
	margin-left: 18px;
	text-transform: uppercase;
	color: #333;
	margin-top: 20px;
	padding-top: 20px;
}

#nav ul {
	margin: 0;
	padding: 0;
}

#nav ul li {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
}

#nav ul li a {
	padding: 4px 10px;
	margin: 0;
	color: #333;
	display: block;
}

#nav ul li a:hover {
	background: #742128;
	color: #fff;
	border-top: 2px solid #660000;
	borderorder-bottom: 2px solid silver;
}

/* content */

#content {
	float: left;
	width: 600px;
	overflow: hidden;
	padding-right: 20px;
	margin-bottom: 10px;
	margin-top: 60px;
	padding-left: 38px;
}

.post {
	margin: 0 0 20px;
	border-bottom: 1px dotted #333;
	height: auto;
	
	padding: 0 0 20px;
}

.post h2 {
	font: bold 20px/1.5em "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
	color: #333366;
}

.post h2 a {
	color: #333366;
	text-decoration: none;
}

.post h2 a:hover {
	color: white;
	text-decoration: none;
}


.post a,  post a:visited {
	color: #742128;
	padding: 2px;
	text-decoration: underline;
}

.post a:hover {
	color: white;
	padding: 2px;
	text-decoration: underline;
	background-color: #742128;
}





.post ul {list-style-position: outside;
	list-style-type: circle;
	font-weight: bold;
	background-color: #dcdcdc;
	padding: 10px 10px 10px 30px;
	
}

.post li {
	
}

.post ol {list-style-position: inside;
	list-style-type: decimal;
	font-weight: bold;
	background-color: #dcdcdc;
	padding: 10px 10px 10px 30px;
	
}


.entry p {
	margin: 12px 0;
	padding-top: 5px;
}


.postmetadata {
	clear: both;
	background: white;
	padding: 6px;
	margin: 20px 0;
}

.navigation {
	font-size: 8pt;
	width: 100%;
	clear: both;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.alignleft {
	
	text-align: left;
	float: left;
}

.alignright {
	
	text-align: right;
	float: right;
}



/* tabelle */

table {
	font: 12px/1.6em "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #333;
	border-collapse: separate;
	border-spacing: 0px!important;
}

td {
	border-right-style: none!important;
	border-left-style: none!important;
	border-top: 1px dotted #999;
}

th {
	border-top: 1px dotted #999;
	border-right-style: none!important;
	border-left-style: none!important;
	padding-left: 2px;
}


/* sidebar */

#sidebar {
	font: 12px/1.6em "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #333;
	width: 300px;
	/*min-height: 150px;*/
	background: #F7F7F7;
	float: left;
	margin-top: 50px;
	/*margin: 50px 28px 10px 10px;*/
}

#sidebar h2 {
	font: 12px/1.7em "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
	color: white;
	background: #742128;
	overflow: hidden;
	padding-left: 10px;
	height: 21px;
	vertical-align: middle;
	border-top: 2px solid #660000;
	border-bottom: 2px solid silver;
	letter-spacing: 0.1em;
}

#sidebar label {
	font: 12px/1.6em "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #333;
	margin: 0;
	padding: 0 0 20px;
}

#sidebar p {
	margin: 0;
	padding: 0 6px 0 12px;
	font: 12px/1.6em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #333;
}

#sidebar img {
	padding: 0;
	margin: 0;
}

#sidebar ul {
	font: 12px/1.6em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #333;
	margin: 12px;
	padding: 0 0 20px;
	background-color: white;
}

#sidebar ul li {
	font: 12px/1.6em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #333;
	margin: 0;
	padding: 0px;
	line-height: 14pt;
	list-style-type: none;
}

#sidebar ul ul {
	font: 12px/1.6em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #333;
	margin: 14px 0;
	padding: 0px;
}

#sidebar ul ul li {
	font: 12px/1.6em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #333;
	list-style-type: none;
}

#sidebar ul ul ul {
	font: 12px/1.6em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #333;
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li {
	font: 12px/1.6em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #333;
	padding: 0 0 0px 15px;
	list-style-type: square;
	color: #898989;
	list-style-position: inside;
}

/* comments */

#commentform {
	background: #fff;
	margin: 0;
	padding: 0;
}

#commentform p {
	color: #000;
}

#commentform a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #465D71;
	line-height: 14pt;
}

#commentform h3 {
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin: 0;
	padding: 0;
}

#comment {
	width: 80%;
}

#author, #email, #url, #comment, #submit {
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin: 5px 5px 0 0;
	padding: 0;
	border: 1px solid #000;
}

#submit {
	margin: 5px 5px 0 0;
}

#comments {
	margin: 0;
	padding: 0
}

ol.commentlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.avatar {
	float: left;
	margin: 0 12px 0 0;
}

ol.commentlist li {
	background: #fff;
	margin: 10px 0;
	padding: 5px 0 5px 10px;
	list-style-type: none;
}

ol.commentlist li.alt {
	background: #eee;
}

ol.commentlist li p {
	margin: 6px 0 6px 0;
	padding: 0 12px 0 0;
	line-height: 14pt;
}

ol.commentlist a {
	color: #000;
}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
}

cite a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #465D71;
}

/* search */

#searchform {
	padding: 0;
	margin: 14px 0;
}

#searchform input#s {
	margin: 0;
	padding: 2px;
	border: 1px solid #000;
}

#searchform input#searchsubmit {
	border: none;
	background: #333;
	color: #fff;
	text-transform: lowercase;
}

/* misc */

img.full {	margin: 0 0 10px 0;	clear: both;}img.left {	margin: 0 10px 2px 0;	float: left;}


img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional 

rounded corners for browsers that support it */
   -moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


.wp-caption a,.wp-caption a:visited,.wp-caption a:hover,.wp-caption a img,.wp-caption a img:hover {border: none;background: none!important;}




/* footer */

#footer {
	clear: both;
	width: 996px;
	height: 90px;
	margin: 0 auto;
	padding: 0;
	background: white url(images/footer-ndvt2010.gif) no-repeat;
	overflow: hidden;
}

#footer p {
	padding: 14px 0 14px 20px;
	margin: 0 0 0 18px;
	color: #eee;
	text-align: left;
}

#footer a {
	color: #BCBCBC;
	text-decoration: none;
}

#footer a:hover {
	color: #5D5D5D;
	text-decoration: underline;
}

/* countdown */

.countdown {
	display: block;
	position: absolute;
	left: 21%;
	margin-top: 200px;
}

#cntdwn b {
	font-size: 35px;
}

.days, .hours, .minutes, .seconds {
	position: relative;
	top: 20px;
	left: -45px
}

.minutes {
	left: -48px
}

.seconds {
	left: -60px
}

.sec-number {
	position: relative;
	left: -13px
}

/* Infobox */

.infobox {
	position: absolute; 
	top:40px;
	left:  658px;
	color: #742128;
	border-top: 1px dotted #333;
	border-bottom: 1px dotted #333;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 0.1em;
	
	padding-bottom: 2px;
	padding-top: 2px;
	
	width:275px;
	height: 21px;
	
    z-index:10;
/*float: left; */
	/*margin: 40px 22px 10px 10px;*/
	background: #F7F7F7;
	text-align: center;
}
.infobox img {
	position:relative;
	z-index:12;
    }
.infobox .more {
	display:none;
    }
.infobox:hover .more {
	display: block;
    position:absolute;
    z-index:1;
    left:-1px;
    top: 22px;
    padding:5px 5px 5px;
    text-transform: none;
    color: #333;
	border-top: 1px dotted #333;
	background: white;
	font-weight: normal;
	font-style: normal;
	letter-spacing: normal;
}

.infobox:hover .more a {
	color: #742128;
	border-top: 1px dotted #333;
	border-bottom: 1px dotted #333;
	text-transform: uppercase;
	vertical-align: middle;
	letter-spacing: 0.1em;
	display: run-in;
	padding-bottom: 2px;
	padding-top: 2px;
	height: 21px;
	
	
}

.infobox:hover .more a:hover {
	vertical-align: middle;
	letter-spacing: 0.1em;
    height: 21px;
	padding: 2px;
	background-color:#F7F7F7;
	text-decoration: none;
}




