/*

Theme Name: standard sidebar links-rechts

Description: ein ziemlich praktisches standardtemplate

Version: 1.0

Author: somebodywhoknows

*/



/* Hintegrund Seite */

body { background: #FFF1A4; }



/* Link */

a { color: #5e1d1d; text-decoration: none; }



/* Link Rollover */

a:hover { color: #5e1d1d; }



/* Überschriften */	

h1, h2, h3 { color: #000; }

  

/* Hintergrundfarbe Content */

#content_box { background: #fff; }



/* Sidebar Überschriften */

.widget-title { color: #000; background: #FFAE00; }



/* Sidebar Menüpunkt */

#sidebar li, #l_sidebar li { background: #C97700; color: #000; padding: 3px; margin-bottom: 5px; }

#sidebar li a, #l_sidebar li a { color: #000; } /* Linktext */



/* Sidebar Menüpunkt Rollover */

#sidebar li:hover, #l_sidebar li:hover { background: #666; color: #ccc; }

#sidebar li a:hover, #l_sidebar li a:hover { color: #ccc; } /* Linktext Hover */



/* Footer */

#footer { background: #000000; color: #888; border-top: 2px solid #ccc; margin-top: 10px;  }



/*------------------------------------------------------------------------------------------------*/

/*---------------------------------- AB HIER NICHTS MEHR ÄNDERN ----------------------------------*/

/*------------------------------------------------------------------------------------------------*/



* { 

  padding: 0; 

  margin: 0; 

}



body {  

  font-family: Arial, Helvetica, Verdana, sans-serif;

  text-align: center; 

  margin: 5px 0 0 0;

  font-size: 11pt;

}



a img { 

  border: none; 

}

	

blockquote { 

  font-style: italic; 

  font-family: Georgia, "Times New Roman", Times, serif; 

  color: #555; 

  margin: 0 30px 1.5em 30px; 

  padding: 0 0 0 10px; 

  border-left: 1px solid #aaa; 

}



abbr, acronym { 

  text-transform: uppercase; 

  cursor: help; 

}

	

code { 

  color: #090; 

  font-family: Courier, monospace; }



pre { 

  margin: 0 0 1.5em 0; 

  overflow: auto; 

  font-size: 1.3em; 

  clear: both; 

}



h1, h2, h3 { 

  font-weight: bold; 

  font-family: Helvetica, Arial, sans-serif; 

}



h1 { /* Seitenüberschrift */

  font-size: 1.6em; 

  letter-spacing: -0.03em; 

  margin-bottom: 5px;

}

	

h2 { /* Zwischenüberschrift */

  font-size: 1.2em; 

  margin-bottom: 5px

}



.widget-title { width: 171px; display: block; font-weight: bold; font-size: 1.0em; margin: 0 0 5px 0; padding: 4px 0 4px 4px; }

#sidebar li, #l_sidebar li { display: block; width: 171px; padding-left: 4px; }



/*--------- Layout ---------*/



#container { width: 970px; margin: 0 auto; }

					

#content_box { 

  background: #FFAB01;

  width: 970px; 

  text-align: left; 

  float: left; 

  clear: both; 

}

	

#content { width: 580px; padding: 0 0 0 10px; margin: 10px 0 0 0; float: left; }



/*--- Styles im Contentbereich --- */



.entry { font-size: 1.0em; line-height: 1.05em; }	

.entry blockquote { font-size: 1.0em; }

.entry blockquote.right { width: 200px; font-style: normal; font-size: 1.3em; margin: 0.3em 0 0.3em 15px; padding: 0.3em 0; text-align: center; float: right; }	

.entry blockquote.left { width: 200px; font-style: normal; font-size: 1.3em; margin: 0.3em 15px 0.3em 0; padding: 0.3em 0; text-align: center; float: left; }

.entry blockquote.right p, .entry blockquote.left p { margin: 0; line-height: 1.4em; }

.entry p { margin: 0 0 1.5em 0; }

.clear { width: 500px; height: 1px; margin: 0 0 5.0em 0; clear: both; }

.rule { background: url('images/hr_tag_sep.gif') no-repeat; }

.flat { margin: 0 0 2.0em 0; }

.whitespace { margin: 0 0 3.5em 0; }

		

#sidebar { /* rechte Sidebar */

  width: 180px; 

  padding: 0 0 0 5px; 

margin: 10px 0 0 0;

  float: right; 
  
}


#sidebar ul, #l_sidebar ul { margin-bottom: 5px; }

		

#footer { 

  width: 955px; 

  padding: 5px 15px 5px 0; 

  text-align: center; 

  float: left; 

  clear: both; 
  
  background: #3A3A3A;

}



#footer a, #footer a:visited { 

  color: #888; 

  text-decoration: none; 

}



#footer a:hover { 

  color: #888; 

  text-decoration: underline; 

}



#masthead { 

  width: 970px; 

  height: 100px; 

  background: url('images/header.png') no-repeat; 

}