/************************************************
 * Gründerszene Verzeichnis Default CSS
 * 
 * Author:
 * Christoph Seydel (christoph@createmyweb.de)
 * 
 * Changelog:
 * - created
 * 
 ***********************************************/


/*  
 * reset
 */

* {margin:0;padding:0;}
fieldset,img{border:0;}
table{border-collapse:collapse;border-spacing:0;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
q,blockquote p { }
q:before,blockquote p:before {content:open-quote;}
q:after,blockquote p:after {content:close-quote;}
:focus{outline:0}




body {
	font: 100% Arial, Helvetica;
	background: #FFF;
	color: #333;
}

a:link, a:visited {
	color: #3c78a7;
	text-decoration:none
}

a:hover, a:active {
	color: #3c78a7;
	text-decoration:underline;
}

a img {
	border:0;
}	

acronym, abbr, span.caps {	
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
}			

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	padding: 10px 10px 0 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #eee;
	font:1.0em Arial;
	line-height:1.5em;
	margin:10px 0px;
}	

table {
	margin-bottom:1em;
}

th {
	background:#eee;
}

td,th {
	padding:0.5em;
	text-align:left;
	border-bottom:1px dotted #CCCCCC;
}


/* Structure */


#head {
	width:960px;
	margin:0px auto;
	margin-top:15px;
	padding:0px;
	font-size:0.7em;
}


#page {
	width:940px;
	margin:0px auto;
	padding:10px;
	background:#ececec;
	font-size:0.7em;
}

.left, .alignleft {
	float:left;
	}

.right, 
.alignright {
	float:right;
}


/*
 * HEAD MAIN NAVIGATION
 */

/* Navigation Bar
#page{
	margin-top:30px;
}*/
#navbar {
	margin:0 auto;
	margin-top:15px;
	text-transform:uppercase;
	background:#2c2c2c url('../images/navbar.png');
}

#first-navigation {
	height:35px;
	width:960px;
}
#blue-border{
	background:#ECECEC;
	clear:both;
	display:block;
	height:29px;
	width:960px;
}
#no-mouseover{
	text-align:right;
	width:480px;
}
#no-mouseover:hover{
	background:none !important;
}
	#no-mouseover form{
		float:right;
	}
	#first-navigation ul {
		list-style: none;
	}
	
	#first-navigation li {
		border:0;
		float:left;
		height:36px;
		list-style:none;
		cursor: pointer;
		display:block;
	}

	#first-navigation li:hover {
		background: #3c78a7;
	}

	#first-navigation a, 
	#first-navigation a:visited {
		margin: 0px;
		padding:10px 16px;
		font-weight:bold;
		color:#FFF;
		display:block;
	}
	
	#first-navigation a:hover {
		text-decoration:none;
		display:block;
	}

/* Dropdown Menus */		
	#first-navigation li {
		float: left;
		margin: 0px;
		padding: 0px;
	}
		
		#first-navigation li li {
			border:0 !important;
			background:#3c78a7;
			float: left;
			height:30px;
			margin: 0px;
			padding: 0px;
			text-transform:none;
		}
	
			#first-navigation li li a, 
			#first-navigation li li a:link, 
			#first-navigation li li a:visited {
				background: #3c78a7;
				padding-top: 10px;
				padding-bottom:5px;
				padding-left:21px;
				text-transform:uppercase;
			}
			#first-navigation li #selected a,
			#first-navigation li li:hover a{
				margin:0 !important;
				padding:1px 0 0 0 !important;
			}
			#first-navigation li #selected .hover-start,
			#first-navigation li li:hover .hover-start {
				background:url(../images/subnavi-tab-bg1.png) no-repeat 0 -1px;
				color:#3c78a7;
				float:left;
				margin:0 0 0 10px;
				padding:8px 0 5px 10px;
				line-height:19px;
			}
			#first-navigation li #selected .hover-end,
			#first-navigation li li:hover .hover-end {
				background:url(../images/subnavi-tab-bg.png) no-repeat -112px -1px;
				display:inline-block;
				min-width:5px !important;
				height:21px;
				padding:5px 0 5px 5px;
				margin:0 7px -8px 0;
			}

		#first-navigation li ul {
			background:#3c78a7;
			position:absolute;
			min-width: 960px !important;
			margin-left: -999em;
		}
		
		#first-navigation li.nav-on{
			background:#3C78A7 !important;
		}
		
		#first-navigation li .nav-element-on#home-list{
			display:block;
			margin-left:0;
		}
		
		#first-navigation li .nav-element-on#blog-list{
			display:block;
			margin-left:-5px;
		}
		#first-navigation li .nav-element-on#database-list{
			margin-left:-110px;
		}
		#first-navigation li .nav-element-on#lexikon-list{
			margin-left:-212px;
		}
		#first-navigation li .nav-element-on#education-list{
			margin-left:-247px;
			/*margin-left:-329px;*/
		}
		
	#first-navigation #blog-element{
		background: url(../images/navigation_home_button5.jpg) no-repeat !important;
		padding-left:30px;
		width:80px;
	}
	#first-navigation #blog-element.nav-on,
	#first-navigation #homebutton:hover{
		background: url(../images/navigation_home_button5.jpg) no-repeat -110px 0 !important;
	}

/* Text*/

h1 {
	font:3.5em Arial;
	font-weight:bold;
	letter-spacing:-0.08em;
}

h2 {
	font:2.3em Georgia, "Times New Roman";
}

h3 {
	font:1.3em Arial;
	margin-bottom:3px;
	color:#3c78a7;
	font-weight:bold;
}

h4 {
	font:1.0em Arial;
}

h3.cat_title, h3.cat_title a {
	color:#333;
	letter-spacing:-0.05em;
	font-size:0.85em;
}

h3#respond {
	margin-top:0px;
	padding-top:20px;
}

h3#comments {
	margin-top:32px;
	padding-left:0px;
}

h3.authors {
	margin-top:15px;
}

/* Index Page*/

#logo {
	width:350px;
	margin-left:10px;
}
	
	#sidebar .box#grey {
		background:#333;
	}
	
	#sidebar .box#grey a {
		font-weight:bold;
		font-size:1.2em;
		color:#fff;
	}
	
	#sidebar .box#grey ul {
		border:0;
		margin:0;
		padding:0;
	}
	
#bottom {
	width: 940px;
	}

#front-list {
	width:590px;
	background:#fff;
	padding:10px;
	font-size:1.05em;
	line-height:1.75em;
	float:left;
	}

.navigation {
	padding:5px 0px;
	text-align:Center;
	}

	
#sidebar h3 {
	font:1.1em Arial;
	font-weight:bold;
	background:#333;
	color:#fff;
	margin-bottom:5px;
	padding:3px 10px;
	}

#sidebar li {
	list-style:none;
	border-bottom:1px dotted #ccc;
	display:block;
	padding:2px 0px 2px 13px;
	}

#sidebar li ul li:last-child {
	list-style:none;
	border-bottom:0px dotted #ccc;
	display:block;
	padding:2px 0px 0px 13px;
	background:url('../images/sub.png') no-repeat 0 0px;
	}

#sidebar-ads {
	width:300px;
	float:right;
	margin-bottom:10px;
	padding:10px;
	background:#fff;
	}

#sidebar div.box {
	background:#fff;
	padding:10px;
	width:300px;
	float:right;
	margin-bottom:10px;
}

#sidebar div.box#sponsoren img {
	margin:0 auto;
}

/* Form Elements */

select {
	border:1px solid #333;
	width:100%
	}
	
.field {
	padding: 2px;
	border:1px solid #333;
	background:#fff;
	font-size:1.0em;
	}

#s {
	padding:1px;
	font-size:1.0em;
	width:150px;
	}
	
#searchsubmit {
	padding-left:5px;
	}

#commentform input {
	width: 140px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 99%;
	margin-top:5px;
	}


/* Footer*/

#front-popular {
	font-size:0.7em;
	color:#fff;
	width: 940px;
	background:#2c2c2c url('../images/bottombar.png') bottom no-repeat;
	margin: 0 auto;
	padding:10px;
	}
	
#footer {
	margin: 0 auto;
	width: 960px;
	font-size:0.6em;
	padding-top:10px;
	padding-bottom:10px;
	}
	#footer #logo-hoster{
		display:block;
		float:right;
		/*margin-top:-17px;*/
	}

/* Float Properties*/

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfloat {
	display: inline-block;
	}


/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

	.clearfloat {
		display:block;
	}
	#searchform:hover{
		background:none !important;
	}

