/*
Theme Name: julianekorelski
Theme URI: http://www.julianekorelski.de
Version: 0.1
Author: Thomas Hirsch
Author URI:
*/

body {
	background:url(images/bg1a.jpg);
        background-attachment:fixed;
	color: #000000;
	font-size: 1.0em;
	font-family: Georgia, Serif;
        word-spacing: 0.1 em;
	margin: 0px 0px 0px 0px;
	}

body * {margin: 0px; padding: 0px;}

a, a:visited { 
	color: #e15f01;	
	text-decoration: none;
	}

a:hover {	
	text-decoration: none;
	color: #ecbd51;
	}

#container1 { 	
	width: 860px;
        background-color: #f3f1c8;
	text-align: left; 
        line-height: 1.3em;
	margin: 0px 0px 0px 120px; 
	overflow: hidden;
	}

#header {
	width: 860px;
	text-align: left; 
        line-height: 1.3em;
	margin: 10px 0px 20px 120px;
        padding: 50px 30px 0px 30px;
	text-align: left;
	}	
#header h2 {
	color: #e15f00;
	font-size: 36px;
        font-weight: lighter;
        letter-spacing: 0.1em;
        text-transform: uppercase;
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
	margin: 0px;
	}

#header h2 a {
	color: #e15f00;
	text-decoration: none;
	}

#header h2 a:hover {
	color: #e15f00;
	text-decoration: none;
	}

#header h3 {
	color: #312413;
	font-size: 1.1em;
	font-family: Georgia, Sans-Serif;
	text-indent: 5px; 
	margin: 0px;
	}

#menu { 
	background: #312412;
       -moz-opacity:0.6;
        opacity:0.6;
        width: 860px;
	margin: 0px 0px 0px 120px;
	padding: 4px 0px 4px 0px;
	text-align: center;
	border-bottom: 5px solid #e15f00;
        -moz-border-radius-topleft: 12px;
        -moz-border-radius-topright: 12px;
        -khtml-border-radius-topleft: 12px;
        -khtml-border-radius-topright: 12px;
        
	}
#menu img{
	border: none;
	}
#menu h2 {
	color: #f4f1c9;
	font-size: 1.2em;
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
	font-weight: bold;
        letter-spacing: 0.1em;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
		
#menu ul {
	margin: 0px;
	padding: 4px;
	}
	
#menu ul li a {
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
	font-weight: bold;
        color: #f4f1c9;
	font-size: 1.2em;
        letter-spacing: 0.1em;
	padding: 8px 20px 8px 20px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	}

#menu ul li a:hover {
	color: #f9b536;
	padding: 8px 20px 8px 20px;
	text-decoration: none;
	}



#content { 
	display: block;
	width: 500px; 
	margin-top: 43px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	float: left; 
	position:relative;
	padding: 0px 0px 15px 0px;
	}
#content p{
	margin: 0px;
	line-height: 1.3em;
	padding: 0px 0px 10px 0px;
	}
	
#content p img{
	border: none;
	padding: 0px 10px 10px 0px;
	}
#content h1 {
	color: #e15f01;
	font-size: 1.3em;
	font-family: Georgia, Serif;;
	font-weight: normal;
	padding: 10px 10px 10px 10px;
	line-height: 1.4em;
	margin: 0px;
	}
	
#content h1 a  {
	color: #e15f01;
	text-decoration: underline;
	}

#content h1 a:hover {
	color: #ecbd51;
	text-decoration: none;
	}

#content h2 {
	color: #404e57;
	font-size: 1.2em;	
	font-family: Georgia, Serif;
	font-weight: bold;
	margin: 0px;
	line-height: 1.4em;
	font-variant: normal;
        padding-top: 32px;
	}
#content h2 a  {
	color: #404e57;
	text-decoration: none;
	}

#content h2 a:hover {
	color: #404e57;
	background: none;
	text-decoration: underline;
	}

#content h3 {
	color: #312413;
	font-size: 1.1em;
	font-family: Georgia, Serif;
	font-weight: bold;
	margin-bottom: 0px;
	line-height: 1.2em;
	}
#content h3 a  {
	color: #312413;
	text-decoration: none;
	}

#content h3 a:hover {
	color: #312413;
	background: #ffffff;
	text-decoration: underline;
	}

#content ol {
	list-style-type: decimal;
	line-height: 1.4em;
	margin: 0px;
	padding: 0px 0px 10px 30px;
	}
#content ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
#content li {
	margin: 0px;
	padding: 0px;
	}
	
#content ul li {
	list-style: square inside;
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 0px 0px;
	}
	
#content ul li a {
	color: #666666;
	text-decoration: underline;
	}

#content ul li a:hover {
	color: #000000;
	text-decoration: underline;
	}
blockquote{
	margin: 0px 0px 0px 25px;
	padding: 0px 25px 0px 10px;
	font-style: italic;
	color: #666666;
	border-left: 1px solid #cccccc;
	}
	
#content blockquote p{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}

.postspace {
	width: 440px;
	height: 52px;
	margin: 0px;
	padding: 0px;
	}

.postspace2 {
	width: 440px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	}
.postspace3 {
	width: 440px;
	height: 15px;
	margin: 0px;
	padding: 0px;
	}

.headline {
       padding-bottom: 12px;
       font-size: 1.2em;
       font-weight: bold;
}

.chap {
      margin-bottom: 32px;
}

.absatz{
	padding: 0px 0px 6px 0px;
	}

#sidebar { 
	display: block;
	color: #000000;
	width: 190px;
	float: left; 
	position:relative;
	margin: 20px 20px 20px 20px;
	padding: 20px 30px 20px 30px;
	text-align: left;
/*	border: 1px dashed #cccccc;  */
	}

* html #sidebar { margin: 20px 20px 20px 10px; }

#sidebar p{
	margin: 0px;
	line-height: 1.3em;
	padding: 5px 0px 10px 0px;
        text-align:justify;
        color:#999999;
        
	}

#sidebar h2 {
	color: #333333;
	font-size: 1.3em;
	font-family: Georgia, Serif;
	list-style: none;
	padding: 10px 0px 10px 0px;
	margin: 0px;
	border-bottom: 1px solid #cccccc;
	}

#sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	}
	
#sidebar li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li {
	list-style: none;
	margin: 0px;
	padding: 6px 0px 5px 0px;
	}
#sidebar ul li a {
	color: #999999;
	font-weight: bold;
	text-decoration: underline;
	}

#sidebar ul li a:hover {
	color: #000000;
	text-decoration: none;
	}
#footer { 
	width: 860px;
	margin: 0px 0px 20px 120px;
        color: #f9b536;
	background-color:#312412;	
        -moz-opacity:0.6;
        opacity:0.6;
        font-size: 0.8em;
	font-weight: normal;
	padding: 20px 0px 20px 0px;
	height: 20px;
	text-align: center;
	clear: both;
	border-top: 5px solid #e15f00;
        -moz-border-radius-bottomleft: 12px;
        -moz-border-radius-bottomright: 12px;
        -khtml-border-radius-bottomleft: 12px;
        -khtml-border-radius-bottomright: 12px;
	
	}
#footer a {
	color: #f9b536;
        font-weight: normal;
	text-decoration: none;
	}
#footer a:hover {
	color: #f9b536;
	text-decoration: underline;
	}

.links {
  margin: 4px 6px 0px 0px; 
  padding: 3px; 
  float: left;
}

.rechts {
  margin: 4px 0px 0px 10px; 
  padding: 3px; 
  float: right;
}

.mitte {
  margin: 4px 0px 4px 0px; 
  padding: 3px; 
}

.lp {
        width: 190px;
	font-size: 0.8em;
        letter-spacing: 0.1em;
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
	font-weight: bold;
	margin: 0px 6px 0px 0px;
	padding: 0px 0px 0px 0px;
        text-align: center;
}

.amazon{
  margin: 4px 6px 0px 120px; 
  padding: 3px; 
  float: left;
  border: none;
}