/*  
Theme Name: Christa Klass
Theme URI: 
Description: Wordpress Blog CMS f&uuml;r die Webseite von Christa Klass
Version: 1.0
Author: Programmierung: Dietmar Hartje auf Basis von Wordpress | Layout Werbeagentur Eiring
Author URI: http://www.eiring.de 

	
 */

html, body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#maincontainer {
	width: 895px;
	margin: 0px auto;
	background-image: url(images/background.jpg);
	padding-left: 5px;
}

#head {
	width: 895px;
	height: 190px;
}

#content {
	width: 740px;
	margin: 0 0 0 150px;
}

#hint {
	width: 400px;
	margin-top:12px;
	padding-left: 40px;
	float: left;
}

#hint a {
	font-size: 10px;
	color: #666;
	text-decoration: none;
}

#hint a:hover {
	color: #000;
}

#impressum {
	margin-top:12px;
	width: 230px;
	float: left;
	text-align: right;
}

#impressum a {
	font-size: 10px;
	color: #666;
	text-decoration: none;
}

#impressum a:hover {
	color: #000;
}

#ticker {
	border: solid 1px #ddd;
	padding: 0px;
	height: auto;
	text-align: left;
	margin-top: 24px;
}

#ticker h4 {
	padding: 0px;
	margin: 0px;
	background-color: #f38e00;
	color: #fff;
	padding: 4px;
}

#ticker p {
	padding: 4px;
}

#textblock {
	padding: 20px 0 0 40px;
	width:450px;
	float: left;
}
#textblock h1 {
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 24px;
	color: #f38e00;
}

#textblock  h2 a{
	font-weight: bold;
}
.datumcat {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #666;
}

.pagination {
	clear: both;
	width: 100%;
	margin-top: 12px;
	padding-top: 8px;
	text-align: center;
	border-top: solid 1px #ccc;
}

.pagination a {
	color: #333333;
	font-weight: bold;
}

.pagination a:hover {
	color: #f38e00;
}

h1.fotoalbum {

	font-weight: normal;
	font-size: 18px;
	margin-bottom: 24px;
	color: #f38e00;
}

#textblock h2 {
	font-weight: normal;
	font-size: 16px;
	margin-top: 4px;
	margin-bottom: 12px;
	margin-top: 24px;
}
#textblock p {
	line-height: 18px;
	color: #333333;
}

#textblock ul {
	list-style-image: url(images/zeiger.gif);
	margin-left: 12px;
}

#textblock li {
	line-height: 18px;
}

#textblock a {
	color: #333333;
	text-decoration: underline;
}

#textblock a:hover {
	color: #f38e00;
}


#bilder {
	float: left;
	padding-top: 80px;
	width: 250px;
	text-align: center;
}

#pressearchiv {

	float: left;
	padding-top: 80px;
	width: 230px;
	margin-left: 10px;
	margin-right: 10px;
}

#pressearchiv h4 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 4px;
	margin-bottom: 8px;
	border-bottom: solid 1px #ccc;
}

#pressearchiv h5 {
	font-size: 12px;
	color: #666666;
	border-bottom: solid 1px #eee;
}

#pressearchiv li {
	padding-bottom: 8px;
}

#pressearchiv a {
	font-size: 11px;
	color: #333333;
}

#pressearchiv a:hover {
	color: #f38e00;
}

#bilder img {
	border: none;
	margin-bottom: 12px;
}

.sidebar {
	float: left;
	width: 150px;
}
 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#d3 ul, #d3 a {
	
	font-weight: normal;
	font-size: 11px;
	color: #FFF;
	padding: 0px;
	border: none;
	line-height: normal;
	padding-left: 10px;
	text-decoration: none;
	height: 18px;
}

.sidebar a {
	font-weight: bold;
	display: block;
	height: 28px;
	line-height: 28px;
	padding-left: 10px;
	color: #000;
	text-decoration: none;
	border-bottom: solid 1px #FFF;
}

.sidebar form {
	border-top: solid 1px #fff;
}

ul#archiv {
	margin-bottom: 12px;
	height: auto;
}

#footer {
	background-image: url(images/foot.jpg); 
	height: 48px; 
	line-height: 48px;
	font-size: 10px;
	color: #666666;
	margin: 0px auto;
	width: 900px;
	text-align: center;
}

/*------------------SEARCHFORM------------------------*/

#d3 input {
	width: 134px;
	margin: 8px 0 0 6px;
	border:solid 1px #f15b00;
}


input#searchsubmit{
width: auto;
margin-left: 20px;
     }
/*---------------KONTAKTFORM-----------------------*/

#kontaktform {
	width: 100%;
}

#kontaktform h3 {
	color: #f38e00;
	font-weight: normal;
	font-size: 18px;
	padding: 0px;
	margin: 0px;
}
.form-row {
	width: 100%;
	border-bottom: solid 1px #ccc;
	padding-bottom: 4px;
	margin-top: 4px;
}
#kontaktform label {
	width: 120px;
	display: block;
	float: left;
	text-align: left;
	line-height: 20px;
}
.form-row input {
	width: 300px; 
}
.form-row textarea {
	width: 300px;
	height: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
 
.form-row-submit {
	width: 100%;
	text-align: center;
	margin-top: 4px;
	padding-bottom: 4px;
	
} 
#kontaktsubmit {
	width: auto;
}

/*------------Riesen Foto Aufwand---------------------*/

.fotocontainer {
	width: 224px; 
	height: 156px;
	overflow: hidden; 
	float: left;
}
.textcontainer {
	padding: 8px;
	width: 208px;
	height: 140px;
	overflow: hidden;
	float: left;
}
.textcontainer p {
	margin: 0px;
	padding: 0px;
	padding-top: 16px;
	font-size: 11px;
	color: #666666;
}
/*--------------------textgestaltung--------------------*/

p{
     }

h1,h2,h3,h4,h5,h6{
     }


acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	
	}

blockquote {
	
	}

blockquote cite {
	
	}



hr {
	
	}





dl{
     }
     dt{
          }
          dd{
          }

ul{
     }
ol{
     }
     li{
          }

    ul ul{
         }

blockquote{
     }
     blockquote p{
          }

code{
     }

pre{
     }

b, strong,i,em {
     }

img{
     }

address {
     }

/*--------------------linkgestaltung--------------------*/


a {
     }
a:link { 
     }
a:visited { 
     }
a:link:focus{ 
     }
a:link:hover, 
a:visited:hover { 
    }
a:link:active, 
a:visited:active {
     }

/*--------------------bilder als links--------------------*/
a img{
     }
a:link img { 
     }
a:visited img { 
     }
a:link:active img, 
a:visited:active img {
      }

/*--------------------smilies im text--------------------*/

body img.wp-smiley{
     }



/*--------------------der weiterlesen link--------------------*/

.more-link{
     }

/*--------------------die seiten wenn es mehrere gibt--------------------*/
p.serif{
     }

/*--------------------suche--------------------*/

#searchform{
     }

input#s{
     }

input#searchsubmit{
     }




/*--------------------Kommentare--------------------*/
.alt {
	 
	}

.commentlist {
	 
	}


.nocomments {
	 
	}
 
.commentlist li {
	 
	}

.commentlist cite, 
.commentlist cite a {
	 
	}

.commentlist p {
	 
	}

#commentform p {
	 
	}

.commentmetadata {
	 
	}

#commentform input {
	}

#commentform textarea {
	}

#commentform #submit {
	 
	}

/*--------------------fuer den wp kalender--------------------*/
 
#wp-calendar th {
	 
	}


#wp-calendar {
	empty-cells: show;
	
	}

#wp-calendar #next a {
	
	}

#wp-calendar #prev a {
	
	}

#wp-calendar a {
	
	}

#wp-calendar caption {
	
	}

#wp-calendar td {
	
	}

#wp-calendar td.pad:hover { 
      }


/*-------------------- widgets---------------------*/
h2.widgettitle{
     }
.widget {
     }

/*--------------------Archive--------------------*/

li#archives{
     }

.widget_archives{
     }

/*--recent posts--*/


li#recent-posts{
     }

.widget_recent_entries{
     }



/*--------------------text widget--------------------*/
li.widget_text{
     }

/*--id haengt von der nummer des text widgets ab*/
li#text-4{
     }
div.textwidget{
     }

/*--------------------links blogroll--------------------*/

li#links{
     }

.widget_links{
     }


/*--------------------kategorien--------------------*/

li#categories{
     }

.widget_categories{
     }

/*---------------------EIGENE NAVI---------------------------*/

a.active, a:active.active, a:visited.active
{
	font-weight: bold;
	background-color: #f38e00;
	display: block;
	height: 28px;
	line-height: 28px;
	padding-left: 10px;
	color: #FFF;
	text-decoration: none;
	border-bottom: solid 1px #FFF;
}

a:hover.active
{
	color: #000;
}

a.normal, a:active.normal, a:visited.normal
{
	font-weight: bold;
	display: block;
	height: 28px;
	line-height: 28px;
	padding-left: 10px;
	color: #FFF;
	text-decoration: none;
	border-bottom: solid 1px #FFF;
}

a:hover.normal
{
	color: #f18e00;
}

a.sub, a:active.sub, a:visited.sub
{
	font-weight: normal;
	font-size: 11px;
	color: #FFF;
	padding: 0px;
	border: none;
	line-height: normal;
	padding-left: 10px;
	text-decoration: none;
	height: 18px;
}

a:hover.sub
{
	color: #000;
}

a.breadcrumb, a:active.breadcrumb, a:visited.breadcrumb
{
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

a:hover.breadcrumb
{
	color: #000;
}

#fotoalbum {
	padding: 20px 0 0 40px;
	width:450px;
	border: solid;
}
