 /*
Theme Name: red minimalista
Theme URI: http://www.perun.net
Description: Theme for Wordpress 2.x, <a href="http://www.vlad-design.de">Vladimir Simovic</a> aka <a href="http://www.perun.net">Perun</a>. This Theme is Open Source.
Version: 2.x
Author: Vladimir Simovic (Perun)
Author URI: http://www.perun.net
Angepasst an das Design der Homepage www.salewski.de von RA Salewski Februar/März 2008

 1. Allgemeine bzw. Dokumentweite Angaben */
html {
    height: 100%;
}

body {
	/* background: #08012F; */
	background: #232850;                                         
    text-align: center;
    font: 0.8em verdana, arial, sans-serif; 
    margin: 0;
	padding: 1%;                                               
    height: 100.01%; 
}

pre, code, samp {
    font: 1em 'courier new', courier, monospace;
    color: #c60;
	text-align: left;                          
}

acronym, abbr, dfn {
    border-bottom: 1px dashed #999;
    font-style: normal;
    cursor: help;
	text-align: left;                          
}

blockquote {
    padding: 0 15px 0 10px;
    margin: 15px 0 15px 5px;
    text-align: left;                           
    color: #555;
    line-height: 1.35;
    font-size: 11px;
    border-left: 5px solid #eee;
}

a {
	color: #160380;
    text-decoration: none;                               
    text-align: left;                                      
}

a:hover {
	color: #160380;	
    text-align: left;                                       
    text-decoration: underline; 
}

img {
    border: none;
}

#clearer {
    clear: both;
}


.center {
    text-align: center;
}


.klein {
    font-size: .9em;
}

.kleiner {
    font-size: .8em; 
}

/* Hiermit "positioniert" man die Bilder (links = left; rechts = right) */
.bild-links {
    float: left;
    margin: -0.3em 1em 0.2em 1.8em;                            
}

.bild-rechts {
    float: right;
    margin: -2em 0em 1em 0em;                              
}




h1 { 
	font-size: 2.7em;
	font-weight: normal;
	line-height: 0.8em;
	padding: 0.6em 0 0.2em 2%;
	margin: 0;
	border-bottom: 3px dashed #EEEEEE;
	text-align: left;                             
}

h2, h3, h4 { 
	font-weight: normal; 
	text-align: left;                             
}

h1, h2, h3, h4, h5, h6 { 
	color: #160380;
	font-family: verdana, arial, sans-serif ;
	text-align: left;                            
}


/* Kontainer sog. Wrapper */
#kontainer {
    
    width: 895px; 
    margin: 0 auto;
    text-align: left;
    padding-bottom: 20px;
    background: white;                                          
    border: 1px solid #aaa;                                      
    border-top: 0;                                              
}

/* 2.1 Kopf bzw. Header */
#kopf {
    color: #EEEEEE;
    background: 0 0 no-repeat #850B0F;
	height: 64px;                     
    padding: 0 9px;                                    
    text-align: right;
	line-height: 44px;
	font-size: 34px; 
	overflow: hidden; 
	letter-spacing: -1px; 
	margin: 0; 
}
#kopf h1 {
    margin: 0;
    padding: 0 10px;              
    height: 70px;                              
    text-align: right;                                
}

#kopf a {
    color: #EEEEEE;
    font: 80px verdana, arial, sans-serif ;                 
    letter-spacing: -1px;                           
    line-height: 44px;                                
    font-size: 34px;                                 
    overflow: hidden;                              
}

/* 2.2 Mitte (beinhaltet die Seitenleiste und den Inhalt) */
#mitte {
    padding: 10px 15px 15px 20px;  
}

/* 2.2.1 Seitenleiste aka Sidebar */
#seitenleiste {
    width: 29.5%;                                              
    min-width: 10em;                                           
    float: right;
    line-height: 1.2;                                            
    border-left: 2px dotted #aaa;                               
    padding: 0px 1% 3em 1%;                                     
    margin: 2em 1% 0 1%;                                        
    font-size: 12px;                                           
}

#seitenleiste h2 {
	color: #160380;
    font-size: 12px;                                      
    color: #000080;                                       
    font-family: verdana, arial, sans-serif ;
    padding: 0.5em;                                      
    margin-top: 1em;                                     
    border-top: 2px dotted #aaa;
    text-transform: uppercase;                        
}
#seitenleiste form {
    margin: 0 0 20px 0;
    padding-top: 2px;
    padding-left: 5px;
}
#seitenleiste input.suchfeld {
    border: 1px solid #ccc;
    font-size: 11px;
    padding: 2px;
    width: 180px;
    color: #555;
}
#seitenleiste input.suchfeld:hover, #seitenleiste input.suchfeld:focus {
    border: 1px solid #900;
}

#seitenleiste input.sendebutton {
    border: 1px solid #ccc;
    background: #ddd;
    font-size: 11px;
    margin-top: 3px;
    padding: 1px 3px;
    line-height: 1.2;
}
#seitenleiste input.sendebutton:hover  {
    border: 1px solid #900;
    background: #b00;
    color: #fd5;
}

#seitenleiste ul {
    list-style: none;                     
    margin: 0.2em 0em 0 3em;
    padding: 0;
    font-size: 12px;        
}
#seitenleiste li {
    line-height: 1.6;             
    padding-left: 5px;
    font-size: 12px;        
}
#seitenleiste ul li a {
}
#seitenleiste a {                
    text-decoration: none; 
	color: #160380;	
    font-size: 12px;                                   
}
#seitenleiste a:hover {         
    text-decoration: underline; 
    text-align: left;             
}                                 

#seitenleiste li li {
    margin-left: 10px;
}

/* 2.2.2 Inhalt */
#inhalt {
    float: left;
    width: 535px;
    padding: 0 0 0 5px;
    line-height: 1.45;
    color: #444;                           
    background: transparent;
    text-align: justify;                    
}
#inhalt p {
    margin-top: 1em;
    margin-bottom: 1.1em;
}

#inhalt a {
    border-bottom: 1px solid #eee;
    text-decoration: none;
	color: #160380;
    text-align: left;                            
}
#inhalt a:hover {
    text-decoration: underline;
    text-align: left;                   
}

#inhalt h2 {
    font-size: 16px;                                   
    margin-top: 0;
    margin-bottom: .5em;
    padding: 0;
	color: #160380;	
    font-family: verdana, arial, sans-serif ;
    text-align: left;                    
}

#inhalt h3 {
    font-size: 14px;                              
    margin: 17px 0 5px 0;
    padding: 0;
	color: #160380;	
    font-family: verdana, arial, sans-serif ;
    border-bottom: 1px dotted #ddd;
    text-align: left;                     
}

#inhalt h4 {
    font-size: 12px;                                      
	color: #160380;
    font-family: verdana, arial, sans-serif ;
    margin: 17px 0 5px 0;
    text-align: left;                     
}

#inhalt h2 a, #inhalt h2 a:hover {
    border-bottom: none;
    text-align: left;                    
}

#inhalt h2.beitrags-titel {
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 1.1;
    text-align: left;                     
}
#inhalt .beitrags-info, #inhalt .beitrags-info2 {
    font-size: 11px;
    color: #555;
    line-height: 1.2;
    text-transform: lowercase;
}
#inhalt .beitrags-info2 {
    border-top: 1px solid #e1e1e1;
    margin-bottom: 30px;
    padding: 2px 0;
}

#inhalt #beitrag-info-box {
    font-size: 11px;
    margin: 20px 0;
    padding: 10px;
    background: #eee;
    border-top: 1px dotted #ddd;
    border-bottom: 1px dotted #ddd;
}

#inhalt blockquote {                  
    padding:10px;                     
	border-left:thin solid #808080;   
    text-align: justify;              
}                                    


/*2.2.3 Kommentarbereich*/
#commentform {
    border: 1px solid #ddd;
    background: #eee;
    padding: 15px;
}

#commentform textarea, #commentform input {
    border: 1px solid #ccc;
    font: normal 1em arial, sans-serif;
    padding: 2px;
    color: #555;
}
#commentform textarea {
    width: 450px;
}
#commentform textarea:hover, #commentform textarea:focus, #commentform #author:hover, #commentform #author:focus, #commentform #email:hover, #commentform #email:focus, #commentform #url:hover, #commentform #url:focus {
    border: 1px solid #900;
}

#commentform #submit {
    margin-top: 2px;
    padding: 0 5px;
}

#commentform #submit, #commentform .ed_button {
    border: 1px solid #ccc;
    background: #ddd;
    color: #333;
    margin-right: 1px;
    font-size: 1em;
}
#commentform #submit:hover, #commentform .ed_button:hover {
    border: 1px solid #900;
    background: #b00;
    color: #fd5;
}

#commentlist li {
    border-bottom: 1px solid #eee;
}

.kommentar-info {
    text-transform: lowercase;
    margin-bottom: 3px;
}

/* 2.3 Fuss bzw. Fußbereich aka Footer */
#fuss {
    padding: 15px 20px;
    border-top: 3px dotted #ccc;                 
    color: #555;
	background: #bbb;
}
#fuss p {
    margin: 0;
    text-transform: lowercase;
}

/* 3. Spezielle Formatierungen z.B. nur für Plugins */
#ed_toolbar input {
    border: 1px solid #ccc;
    background: #ddd;
    font-size: 11px;
    margin-right: 1px;
    padding-top: 0;
    padding-bottom: 0;
}

#wp_grins {
    margin-top: 2px;
}

.pagebar {
    text-align: center;
    line-height: 1.4;
    padding-bottom: 10px;
}

.pagebar .this-page {
    font-weight: bold;
}


#inhalt .pagebar a {
    border-bottom: 1px solid #ccc;
    border: 1px solid #ccc;
    background: #eee;
    padding: 2px 5px;
    margin-bottom: 5px;
}

#inhalt .pagebar a:hover {
    border: 1px solid #900;
    background: #b00;
    color: #fd5;
}



#menu {
  /* background: #EEEEEE; */
  /* background: #F6D9BD; */
  background: #bbb;
  padding: 10px 4%;
  margin: 0;
  text-align: right;
  color: red; 
}


#menu li {
  font-size: 1em;
  display: inline; 
  list-style-type: none; 
  border-left: 1px solid black; 
  padding: 0 10px 0 15px;
  font-weight: bold;
}


#menu li a {
  color: black;
  text-decoration: none;
}

#menu a span {
  text-decoration: underline;
  font-weight: bold;
}


#map {
  width: 560px; height: 600px;
}


#iframe {
  width: 560px; height: 1030px; 
}

/* chCounter ===================================================== */
.chcTable
{
  width: 250px;
  border-spacing: 1px;
  border-width: 1px;
  border-color: #000000;
  border-style: solid;
  text-align: left;
  background-color: #BDD2D9;
}
.chcHeaderRow
{
  background-color: #0780BC;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
  padding: 3px;
}
.chcLeftRow
{
  background-color: #F2F0F0;
  color: #000000;
  font-size: 10px;
  padding: 3px;
}
.chcLeftRowAlt
{
  background-color: #E0DFDF;
  color: #000000;
  font-size: 10px;
  padding: 3px;
}
.chcRightRow
{
  background-color: #F2F0F0;
  font-size: 11px;
  font-weight: bold;
  color: #000000;
  padding: 3px;
  text-align: right;
}
.chcRightRowAlt
{
  background-color: #E0DFDF;
  font-size: 11px;
  font-weight: bold;
  color: #000000;
  padding: 3px;
  text-align: right;
}
.chcA a
{
  font-size: 10px;
}
/* chCounter ===================================================== */