<strong></strong>/*  
Theme Name: Thomas Aull
Theme URI: 
Description: Das Theme für www.thomas-aull.de. Basierend auf dem Theme "Blank default_de".
Version: 1.0
Author: Thomas Aull
Author URI: http://www.thomas-aull.de

	
 */

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {
	margin: 0; 
	padding: 0; 
}  

html, body{
	background-color:#141414;
	height:100%;
	width:100%;	
	text-align:left;
	/*font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;*/
	font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana,sans-serif;
	color:#c8c8c8;
	line-height:18px;
	font-size:11px;
}

/*--------------------textgestaltung--------------------*/

p{
	margin-bottom:1em;
}

blockquote{
	color: #969696;
	margin-bottom: 1em;
	border: 1px solid #313131;
	padding: 10px;
	padding-right: 20px;
	background-color: #202020;
}

h1,h4,h5,h6{
	font-weight:normal;
	font-size:20px;
	margin-bottom:5px;
}

h3{
	font-weight:bold;
	font-size:11px;
}

h2{
	font-size:15px;
	font-weight:normal;
	margin-bottom:8px;
}

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

ul li{
	list-style-type:none;
}

.bulletpoints li{
	background-image: url(images/bulletpoint.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left:20px;
}

ul.bewertung li{
	padding-left: 90px;
	background-repeat: no-repeat;
	background-position: 0 4px;
	margin-bottom: 10px;
}

ul.bewertung li.stern0{
	background-image: url(images/sterne_0.png);
}

ul.bewertung li.stern1{
	background-image: url(images/sterne_1.png);
}

ul.bewertung li.stern2{
	background-image: url(images/sterne_2.png);
}

ul.bewertung li.stern3{
	background-image: url(images/sterne_3.png);
}

ul.bewertung li.stern4{
	background-image: url(images/sterne_4.png);
}

ul.bewertung li.stern5{
	background-image: url(images/sterne_5.png);
}


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


a {
	color:#53bcfe;
	text-decoration:none;
}

a:link { 
     }
	 
a:visited { 
     }
	 

a:focus {
	outline:none;
}
	 
a:link:focus{ 
	outline:none;
}
	 
a:link:hover, 
a:visited:hover { 
	color:#dcdcdc;
}
a:link:active, 
a:visited:active {
     }

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


/* ---------- TABELLEN ---------- */

/*table{
	width: 100%;
	background-color: #202020;
	border: 1px solid #313131;
	border-collapse: collapse;
	
}

.blog_element table img{
	border:none;
}

td, th{
	border: 1px dashed #464646;
	padding: .6em;
	vertical-align: middle;	
}

td {
	text-align: center;

}

thead th, tfoot th {
	font-weight:bold;
 	text-align: left;
 	background-color: #323232;
  	color: #F6ECF0;
  	padding-top:6px;
}

.odd{
	background-color: #282828;
}

tr:hover{
	background-color:#323232;
}

*/

	
/* ---------- CUSTOM ---------- */

#wrapper{
  	position: relative;
  	min-height: 100%;
	height:auto !important;/* moderne Browser */
	height:100%; /* IE */
}

#contentContainer{
	width:auto;
	height:auto;
	position:relative;
}

#hauptspalte{
	width:480px;
	height:auto;
	position:relative;
	float:left;
	margin-left:40px;
}

.clearer{
	clear:both;
	line-height:1px;
	font-size:1px;
}

/*
.button{
	position:relative;
	float:left;
	width:auto;
}

.button_ecke_links{
	background-image:url(images/button_ecke_links.gif);
	width:8px;
	height:20px;
	float:left;
}

.button_ecke_rechts{
	background-image:url(images/button_ecke_rechts.gif);
	width:8px;
	height:20px;
	float:left;
}

.button_text{
	background-color:#323232;
	float:left;
	height:20px;
	padding-right:2px;
	padding-left:2px;
	line-height:19px;
}

.button_text a{
	color:#c8c8c8;
}

.button_text a:hover{
	color:#53bcfe;
}

*/

.button{
	background-image: url(images/button_ecke_links.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: auto;
	float: left;
	position: relative;	
	/*clear: both;*/
}

.button a{
	background-image: url(images/button_lang.gif);
	background-position: 100% 0;
	background-repeat: no-repeat;
	overflow: hidden;
	height: 20px;
	display: block;
	margin-left: 8px;
	padding-right: 10px;
	padding-left: 2px;
	line-height: 19px;
	color: #c8c8c8;
	width: auto;
}

.button a:hover{
	color: #53bcfe;
}

.datum{
	font-size: 9px;
	margin-bottom:3px;
	color:#8a8a8a;
}

.kleineschrift{
	font-size: 9px;
	color: #8a8a8a;
}

/* ---------- FORMULARE ---------- */

.input_text, textarea{
	height:auto;
	border:1px solid #313131;
	padding:3px;
	font-size:11px;
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	background-color:#202020;
	color:#c8c8c8;
	margin-bottom:5px;
	overflow:auto;
}

.input_text:focus, textarea:focus{
	border:1px solid #464646;
}

form .hinweis{
	border:1px solid red;
	padding:3px;
	height:auto;
	margin-bottom:10px;
}

/* ---------- HEAD ---------- */

#head{
	width:100%;
	height:160px;
	background-image:url(images/head_repeat.jpg);
	background-repeat:repeat-x;
	position:relative;
}	

#head_logo{
	width:800px;
	height:160px;
	background-image:url(images/head_logo.jpg);
	position:relative;
	left:0;
	top:0;
}

#logo_verlinkt{
	margin-left:20px;
	margin-top:5px;
}

#verlauf{
	width:100%;
	height:120px;
	background-image:url(images/verlauf.jpg);
	background-repeat:repeat-x;
	position:absolute;
	top:160px;
	left:0;
	z-index:0;
}

/* ---------- HAUPTNAVIGATION ---------- */

#menu{
	position:absolute;
	top:88px;
	left:170px;
}

#menu li{
	list-style:none;
	margin-right:15px;
	float:left;
}

#menu a{
	color:#c8c8c8;
	margin-right:20px;
}

#menu a:hover{
	color:#53bcfe;
}

#menu .active{
	color:#53bcfe;
}

#menu .aktiv{
	color:#53bcfe;
}

#menu .aktiv:hover{
	color:#c8c8c8;
}

/* ---------- SEITENSPALTE ---------- */

#seitenspalte{
	width:240px;
	height:auto;
	position:relative;
	float:left;	
	margin-left:80px;
}

/* ---------- TRENNER ---------- */

#trennlinie_vert{
	width:4px;
	height:100%;
	background-image:url(images/linie_vert.png);
	background-repeat:repeat-y;
	position:absolute;
	left:560px;
	top:0;
}

.trennlinie_hor{
	height:4px;
	width:241px;
	background-image:url(images/linie_hor.gif);
	margin-top:21px;
	margin-bottom:21px;
	line-height:1px;
	font-size:1px;
}

.trennlinie_hor_lang{
	height:4px;
	width:476px;
	background-image:url(images/linie_hor_lang.gif);
	margin-top:20px;
	margin-bottom:20px;
	line-height:1px;
	font-size:1px;
	text-indent:-9999px;
	clear:both;
}

#nadel{
	width:35px;
	height:50px;
	background-image:url(images/nadel.jpg);
	position:absolute;
	bottom:0;
	left:540px;
}

/* ---------- FOOTER ---------- */

#footer{
	width:100%;
	position:absolute;
	bottom:0px;
	left:0;
}

#footer_platzmacher{
	height:100px;
}

#footer_repeat{
	width:100%;
	height:45px;
	background-image:url(images/footer_repeat.jpg);
}

#footer_content{
	width:100%;
	height:36px;
	background-color:#2d2d2d;
	position:relative;
}

#footer_branding{
	position:absolute;
	left:40px;
	top:3px;
}

#footer_navi{
	position:absolute;
	left:597px;
	top:3px;
}

#footer_icon_rss{
	position:absolute;
	left:760px;
	top:-20px;
}

/* ---------- PORTFOLIO ---------- */

#portfolioContainer{
	width:auto;
	height:auto;
	position:relative;
	margin-left:40px;
}

#portfolioContainer .trenner_hor_lang{
	background-image:url(images/linie_portfolio_hor_lang.png);
	width:801px;
	height:4px;
	line-height:1px;
	font-size:1px;
	margin-top:38px;
	margin-bottom:39px;
}

#portfolioContainer .trenner_hor{
	background-image:url(images/linie_portfolio_hor.png);
	width:280px;
	height:4px;
	line-height:1px;
	font-size:1px;
	margin-top:16px;
	margin-bottom:14px;
}

#portfolioContainer .subnavi a{
	margin-right:14px;
}

#portfolioContainer .subnavi{
	margin-bottom:6px;
}

#portfolioContainer .portfolioBild{
	position:relative;
	width:474px;
	height:354px;
	float:left;
	border: 3px solid #FFFFFF;
}

#portfolioContainer .bilderContainer{
	overflow:hidden;
	height:354px;
	position:absolute;
}

#portfolioContainer .portfolioBeschreibung{
	position: relative;
	width:280px;
	height:auto;
	float:left;
	margin-left:40px;
	margin-top:-5px;
}

#portfolioContainer .leistung{
	background-image:url(images/icon_valid.gif);
	background-repeat:no-repeat;
	background-position:0 2px;
	padding-left:25px;
	margin-bottom:6px;
	float: left;
	width: 115px;
}

#portfolioContainer .last{
	margin-bottom: 14px;
}

#portfolioContainer .bildNavi{
	position:relative;
	line-height:21px;
}

#portfolioContainer .bildNavi a{
	color:#dcdcdc;
	margin-right:14px;	
}

#portfolioContainer .bildNavi a:hover{
	color:#53bcfe;
}

#portfolioContainer .bildNavi a.aktiv{
	color:#53bcfe;
}

#portfolioContainer .bildNavi .buttons{
	z-index:2;
	position:absolute;
	top:0;
	left:7px;
}

#portfolioContainer .bildNavi .aktivKreis{
	background-image:url(images/aktivkreis.gif);
	position:absolute;
	width:21px;
	height:21px;
	left:-1px;
	top:1px;
	z-index:1;
}

/* ---------- STARTSEITE ---------- */

#pfeilContainer{
	position:absolute;
	left:-10px;
	top:20px;
	width:290px;
}

#startseite_content{
	margin-top:150px;
	top:0;
}

#news_icon{
	background-image:url(images/icon_news.png);
	position:absolute;
	left:135px;
	top:-25px;
	width:94px;
	height:76px;
}

.twitter-message{
	line-height:16px;
}

/* ---------- AKTUELLES PROJEKT ---------- */


#display{
	background-image:url(images/display.jpg);
	width:195px;
	height:190px;
	position:absolute;
	right:0;
	top:0;
}

#display_bild{
	position:absolute;
	left:8px;
	top:8px;
}

#displayschatten{
	background-image:url(images/displayschatten.png);
	width:179px;
	height:112px;
	position:absolute;
	top:8px;
	left:8px;
}

#pfeil{
	width:283px;
	height:92px;
	position:absolute;
	left:0;
	top:0;
	background-image:url(images/pfeil_aktproj.jpg);
}

.pfeilText{
	margin-left:21px;
	margin-top:20px;
	margin-right:40px;
	line-height:16px;
	/*font-style:italic;*/
}

.pfeilFacts{
	position:absolute;
	top:72px;
	left:0;
	width:260px;
	line-height:18px;
	font-style:normal;
}

.projektStatus_background{
	width:100px;
	height:5px;
	background-color:#434343;
	float:left;
	margin-top:0.7em;
	margin-left:10px;
}

.projektStatus_anzeige{
	height:3px;
	background-color:#53bcfe;
	width:50px;
	margin-top:1px;
	margin-left:1px;
}

/* ---------- NEWS ---------- */

.news{
	height:auto;
	margin-bottom:14px;
	line-height:16px;
}
.news_hd{
	margin-bottom:4px;
	margin-left:-1px;
	font-weight:bold;
}
.news_link{
	margin-top:4px;
}

/* ---------- BLOG ---------- */

.blog_element{
	
}

.blog_element .the_content{
	font-size: 13px;
	line-height: 20px;
}

.blog_element .datum{
	margin-bottom:1px;
}

.blog_element img{
	border:3px solid #ffffff;
}

.blog_element .alignleft{
	float:left;
	margin-right:22px;
	margin-top:4px;
	margin-bottom: 16px;
}

.blog_element .alignright{
	float:right;
	margin-left:22px;
	margin-top:4px;
	margin-bottom: 16px;
}

.blog_element .abstand_unten{
	margin-bottom:20px;
}

.blog_element p{
	margin-bottom: 1em;
}

.blog_element h2{
	margin-top:25px;
	clear:both;
}

.blog_element h3{
	font-size: 13px;
}

.blog_element ul{
	margin-bottom: 1em;
}

.avatar{
	border:3px solid #ffffff;
	float:left;
	margin-right:10px;
	margin-top:5px;
}

.blog_fuss{
	margin-top:20px;
	width:100%;
	clear:both;
}

.blog_kommentaranzeige{
	margin-left:20px;
	float:left;
	margin-top:1px;
}

.blog_kommentaranzeige_trenner{
	width:1px;
	height:12px;
	background-color:#8a8a8a;
	float:left;
	margin-left:10px;
	margin-right:10px;
	margin-top:4px;
}

.commentlist li{
	list-style-type: none;
}

/* ---------- SEITENLEISTE --------- */
#get_recent_comments_wrap ul li img {
	height:22px;
	border: 1px solid #FFFFFF;
	float:left;
	margin-top:3px;
	margin-right:6px;
	margin-left:1px;
}

#get_recent_comments_wrap ul li{
	height:auto;
	margin-bottom:10px;
	line-height:14px;
}

#get_recent_comments_wrap .name{
	font-size: 9px;
	color:#8a8a8a;
}

/* ---------- FORMULARE FÜR KONTAKT UND KOMMENTARE ---------- */

#kontaktformular .input_text, #commentform .input_text{
	width:200px;
	float:left;
}

#kontaktformular textarea, #commentform textarea{
	width:460px;
}

#kontaktformular .input_submit, #commentform .input_submit{
	margin-top:5px;
}

#kontaktformular .label, #commentform .label{
	margin-left:5px;
	color:#8a8a8a;
	font-size:9px;
	float:left;
	margin-top:3px;
	margin-left:8px;
}

#kontaktformular .label_nachricht, #commentform .label_nachricht{
	float:right;
	margin-top:5px;
	margin-right:12px;
}

#kontaktformular span.error, #commentform span.error{
	color:#ee4949;
	background-image:url(images/icon_error.gif);
	background-repeat:no-repeat;
	padding-left:20px;
	margin-left:7px;
	font-size:11px;
}

#kontaktformular span.valid, #commentform span.valid{
	background-image:url(images/icon_valid.gif);	
}

.kontaktdaten{
	float:left;
	margin-left:7px;
	margin-bottom:7px;
	margin-top:1px;
}

.kontaktdaten h3{
	margin-bottom:2px;
}

.kontaktdaten a{
	color:#c8c8c8;
}

.kontaktdaten a:hover{
	color:#53bcfe;
}

/* ---------- INTERNET EXPLORER 6 HINWEIS ---------- */

#ie6{
	display:none;
}

/*--------------------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{
     }

