/************************************************
 * 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;
}


/* Navigation Bar*/


#page-bar {
	width:722px;
}

#page-bar ul {
	list-style: none;
}

#page-bar li {
	float:left;
	list-style:none;
	cursor: pointer;
	display:block;
	border-right:1px solid #333;
}

#page-bar li:hover {
	background: #3c78a7;
}


#page-bar a, #page-bar a:visited {
	margin: 0px;
	padding:10px 16px;
	font-weight:bold;
	color:#FFF;
	display:block;
}

#page-bar a:hover {
	text-decoration:none;
	display:block;
}




/* 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;
	background:url('../images/sub.png') no-repeat 0 0px;
	}

#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;
	}
	
