@charset "utf-8";

/*
Theme Name: Maikemaus
Theme URI: http://www.maikemaus.de/blog
Description: Theme for Maike's blog
Version: 1.0
Author: Maike Röder
Author URI: http://www.maikemaus.de

*/

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #ffffff;
	background-image: url(bilder/background.png);
	background-attachment: fixed;
	background-repeat: repeat-x;
	font-family: verdana, arial, helvetica, sans-serif;
	padding-bottom: 30px;
	color: #2e2e2e;
	font-size: 80%;
}	

img {
	border: none;
}


/* Definitionen fuer Layout */

div#container {
	width: 870px;
	background-image: url(bilder/shadow.png);
	background-position: center;
	background-repeat: repeat-y;
	margin: 0 auto 0 auto;	
}

div#header {
	height: 20px;
	background-repeat: no-repeat;
	background-image:url(bilder/header.jpg);
	margin: 0 11px 0 11px;
	padding: 130px 10px 0 0;
}

div#bottom {
	background-image: url(bilder/shadow_bottom.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	clear: both;
	border: 1px solid transparent; /* IE bugfix */
}

div#navigation {
	float: none;
	margin: 0 11px 0 11px;
	padding: 10px 0 5px 20px;
}

div#main {
	min-height: 300px;
	/* background-image: url(bilder/background_main.jpg); */
	background-position: bottom right;
	background-repeat: no-repeat;
	margin: 0 11px 0 11px;
	padding: 10px 0 0 20px;
}

div.content {
	width: 550px;
	float: left;
	line-height: 150%;
}

/* Definitionen fuer Impressum */

#impressum {
	text-align: right;
	font-size: 85%;
	margin: 0 0 0 0;
}

#impressum a:link, #impressum a:visited, #impressum a:active {
	color: #dfdddd;
	text-decoration: none;
}

#impressum a:hover, #impressum a:focus {
	text-decoration: underline;
}


/* Definitionen fuer Footer */

#footer {
	color: #a4a2a2;
	text-align: center;
	font-size: 85%;
	padding: 5em 0 1.3em 0;
}


/* Definitionen fuer Navigation */

#navigation {
	list-style-type: none;
	font-size: 115%;
	color: #6188b5;
}

#navigation p {
	margin-bottom: 1.8em;
}

#navigation a:link, #navigation a:visited, #navigation a:active {
	color: #6188b5;
	font-variant: small-caps;
	padding: 0 4px 0 4px;
	letter-spacing: 0.05em;
	text-decoration: none;
}

#navigation a:hover, #navigation a:focus, #navigation a.aktiv {
	color: #fdd316;
	font-variant: small-caps;
	padding: 0 4px 0 4px;
	letter-spacing: 0.05em;
	text-decoration: none;
}


/* Definitionen fuer Inhaltsbereich */

h1 {
	color: #fdd316;
	font-size: 120%;
	margin-bottom: 1.5em;		
}

h2 {
	color: #6188b5;
	font-size: 110%;
	margin: 1.5em 0 0.2em 0;
}

p {
	margin-bottom: 1em;
	text-align: justify;
}


table {
	border-collapse: collapse;
}

th {
	width: 150px;
	padding-bottom: 0.7em;
	vertical-align: top;
	color: #a4a2a2;
	text-align: left;
	font-weight: normal;
}

td {
	padding-bottom: 0.7em;
	vertical-align: top;
}

a:link, a:visited, a:active { 
      color: #6188b5; 
      text-decoration: none; 
 }
 
 a:hover, a:focus {
      text-decoration: underline;
 }
 
.abstand {
 	margin-bottom: 2em;
}

.abstand_klein {
	margin-bottom: 1em;
}

.float_right {
	float: right;
	padding: 5.3em 1.5em 0 0;
}

.float_right_oben {
	float: right;
	padding: 0 1.5em 0 0;
}

.float_left {
	float: left;
	margin-right: 1.5em;
}

.bilder {
      margin: 0.5em 0.5em 0 0;
 }

/* Definitionen fuer den Blog */

#content {
	width: 550px;
	float: left;
	line-height: 150%;
	min-height: 300px;
	/* background-image: url(bilder/background_main.jpg); */
	background-position: bottom right;
	background-repeat: no-repeat;
	margin: 0 11px 0 11px;
	padding: 10px 0 0 20px;	
}

#content h2 {
	font-size: 120%;
	margin-bottom: 1.5em;	
}	

h3 {
	color: #6188b5;
	font-size: 100%;
	margin: 1.5em 0 0.2em 0;
}

h1 a:link, h1 a:visited, h1 a:active,
h2 a:link, h2 a:visited, h2 a:active, #content h2,
h3 a:link, h3 a:visited, h3 a:active {
	color: #fdd316;
	text-decoration: none;
}

h1 a:hover, h1 a:focus,
h2 a:hover, h2 a:focus,
h3 a:hover, h3 a:focus {
	color: #6188b5;
}

.contentFooter {
	font-size: 85%;
	border-bottom: 1px dotted #a4a2a2;
	margin-bottom: 2em;
}

.postmetadata {
	font-size: 85%;
}

.float_right ul, .commentlist {
	list-style: none;
}

#commentform textarea {
	width: 100%;
	border: 1px dotted rgb(253, 211, 22);
}

#commentform input[type=text] {
	border: 1px dotted rgb(253, 211, 22);
}

div.navigation {
	height: 1.5em;	
}

.navigation .alignleft {
	float: left;
}

.navigation .alignright {
	float: right;
}

.wp-caption-text {
	font-size: x-small;
}