/*  
Based on a Theme by Studieren-Info 
http://www.studieren-info.de/

ReWritten by: Raffael Stueken
	
*/



/* Begin Main-Layout */
*{
	margin:0;
	padding:0
}

body {
	color:#000;
	font-size:10 px;
	text-align:center;
	font-family: "Courier New", Courier, mono;
}

.page {
	margin:0 auto;
	text-align:left;
	width:815px;
	}

#header {
	background-color: #000;
	padding:60px 0 10px 0px;
	margin-bottom: 20px;
	height: 140px;
	background-image: url(pics/struktur.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	}

#content {
	float:left;
	margin:0 0 20px 0;
	width:460px;
	}


#content p {
	padding: 5px 0;
}
	
#sidebar1 {
	float:left;
	margin:7px 0 20px 20px;
	width:180px;
	}
	
#sidebar2 {
	float:left;
	margin:35px 0 0 15px;
	width:140px;
	background-image: url(pics/logo.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 182px;
	}

#footer {
	border-top:2px solid #000;
	float: both;
	padding:5px 0 20px 0;
	text-align:center;
	font-size: 0.7em;
	font-style: italic;
	letter-spacing: -1px;
	}
	
a {
	text-decoration: none;
	}

/* End Main-Layout */



/* Begin Header */
h1 {
	font:1.8em "Courier New", Courier, mono;
	color:#fff;
	}
	
h1 a{
	text-decoration:none;
	color:#fff;
	}

.description {
	color:#fff;
	font:1.1em "Courier New", Courier, mono;
	}
/* End Header */



/* Begin Content*/
h2 {
	color:#000;
	font:800 normal 1.2em Helvetica, Arial, sans-serif;
	margin:20px 0 0 0;
	letter-spacing: -1px;
	}
	
h3 {
	color:#000;
	font:800 normal 0.8em Helvetica, Arial, sans-serif;
	margin:20px 0 0 0;
	letter-spacing: -1px;
	}

h2,h3{
	border-bottom:1px dotted #000;
	}

h2 a,
h3 a {
	text-decoration:none;
}

.post {
	text-align:left;
	margin: 20px 0 70px 0;
	}

.postmetadata {
	color:#000;
	font-size:.7em;
	padding:2px 0 15px 0;
}

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

.postmetadata a:hover{
	color:#fff;
	background-color: #000;
	font-weight: 800;
}

.entry, .entrytext{
	font-size: 0.8em;
	line-height:1.7em;
	word-spacing: -3px;
	margin:2px 0 0 0;
	}
	
.entrytext p{
	margin:0 0 15px 0
	}

a {
	color: #000;
}

.entry a, .entrytext a {
	background-color: #ededed;
	text-decoration: none;
	color: #000;
}

.entry a:hover, .entrytext a:hover {
	border-bottom: 1px solid #000;
	text-decoration: none;
	color: #000;
}

/* End Content*/



/* Begin Comments */
.commentlist li, #commentform input, #commentform textarea {
	font-size:0.85em
	}
	
.commentlist li {
	font-weight:bold
	}

.commentlist cite, .commentlist cite a {
	font-weight:bold;
	font-style:normal;
	font-size:1.1em
	}

.commentlist p {
	font-weight:normal;
	line-height:140%;
	text-transform:none
	}

.commentmetadata {
	font-weight:normal
	}

.commentlist {
	padding:0;
	text-align:justify
	}

.commentlist li {
	margin:0px 0 15px 16px;
	padding:5px 10px 0 0;
	list-style:decimal
	}

.commentlist p {
	margin:10px 5px 10px 0
	}

#commentform p {
	margin:5px 0
	}

.commentmetadata {
	margin:0;
	display:block
	}
/* End Comments */

	

/* Begin Lists */
.entry ul, .entry ol,
.entrytext ul, .entrytext ol{
	margin:5px 0 5px 26px
	}

#sidebar1 ul li,
#sidebar2 ul li {
	list-style:none
	}
	
#sidebar1 ul li ul li {
	margin:6px 0;
	background-color: #000;
	text-decoration:none;
	color: #fff;
	font-weight: 800;
	font-size: 0.7em;
	line-height: 1.4em;
	}

#sidebar1 ul li ul li a {
	text-decoration:none;
	color: #fff;
	font-weight: 800;
	font-size: 1em;
	line-height: 1.4em;
}

#sidebar1 ul li ul li a:hover {
	padding-left: 10px;
}

#sidebar1 p {
	padding: 4px 0 10px 0;
	width: 180px;
	border-bottom: 2px solid #000;
}

#sidebar2 p {
	padding: 4px 0 10px 0;
	font-size: 0.7em;
	line-height: 1.4em;
	width: 140px;
	border-bottom: 2px solid #000;
}	

#sidebar2 ul li ul li{
	border-bottom:1px solid #ddd;
	padding:2px 0
	}

#sidebar2 ul li ul li a {
	text-decoration:none;
	color: #000;
	font-weight: 800;
	font-size: 0.7em;
	line-height: 1.4em;
}

#sidebar2 ul li ul li a:hover{
	text-decoration:underline;
}

/* End Entry Lists */



/* Begin Images */
p img {
	padding:0;
	max-width:100%
	}

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
	}
/* End Images */



/* Begin Form Elements */
input {
	background-color: #ededed;
	font: 0.7em "Courier New", Courier, mono;
	border: 0;
}

#searchform {
	margin:4px 0;
	padding:5px 0;
	}

#sidebar1 #searchform #s {
	width:180px;
	padding:1px;
	}

#sidebar1 #searchsubmit {
	padding:1px;
	background-color: #000;
	font-weight: 800;
	color: #fff;
	width:180px;
	}

.entry form { 
	text-align:left;
	}

select {
	width:180px;
	}

#commentform input {
	width:160px;
	padding:2px;
	margin:5px 5px 1px 0;
	}

#commentform textarea {
	width:100%;
	padding:2px;
	}

#commentform #submit {
	margin:0;
	float:right;
	background-color: #000;
	font-weight: 800;
	color: #fff;
	width: 100%;
	
	}
/* End Form Elements */




/* Begin Various Tags & Classes */
code {
	font:1.1em 'Courier New', Courier, Fixed
	}

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

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

blockquote {
	border-left:5px solid #333;
	margin:15px 0 0 0;
	padding:0 0 0 15px
	}

blockquote cite {
	margin:5px 0 0;
	display:block
	}

.center {
	text-align:center
	}

hr {
	clear:both;
	display:none
	}

a img {
	border:none
	}

.navigation {
	display:block;
	text-align:center;
	padding-bottom:15px;
	font-size:0.7em;
	font-weight:800;	
	}
/* End Various Tags & Classes*/
