/* ####################### Voreinstellungen #################### */
html {
  height: 100.01%; 	
  margin: 0; 
  padding: 0;
}

* {
  margin: 0;
  padding: 0;
  border: none;
}

body {
  text-align: center; 
  height: 100.01%;
  margin: 0; 
  padding: 0;
  font-size: 12px;
font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
 /*normal 100.01%/1.6 "Trebutchet MS", Arial, Helvetica, sans-serif;*/
  background: #1A1A1A;
  color: #ffffff;  
  background-image: url(images/bg_top.gif);
  background-repeat: repeat-x;
  background-position: center top;
}

#wrapper {
	/*background: url(images/header1.gif) no-repeat;*/
	background: url(images/header1_neu.gif) no-repeat;
	background-position: 50% -1px;
	/*background: url(images/header.gif) no-repeat;*/
	/*background: url(images/header_big.gif) no-repeat;*/
  	/*background-position: 740px -2px;*/
}

.clearer {clear: both; height: 0px; line-height: 0px; font-size: 0px; padding: 0; margin: 0;}

/* ####################### Seitenaufbau #################### */
#mantel {
  width: 1000px;
  text-align: left;
margin: 0px auto;
  /*margin: 20px auto;*/
  /*border-left: 1px solid #ff0000;
  border-right: 1px solid #ff0000;*/
}

#mantel a {color: #ffffff; font-size: 14px;}


/* ####################### allgemeine Gestaltung #################### */
h1, h2, h3, h4, h5, h6 {
  margin: 30px 0px 3px;
  /*text-transform: uppercase;*/
}
h1, h2, h3, h4, h5, h6 a {color: #F49F20;}


h2 {font-size: 0px;}
h3 {font-size: 16px;}
h4 {font-size: 14px;}
h5 {font-size: 13px;}
h6 {font-size: 12px;}

p {
font-size: 13px;
  /*font-size: 10px;
 margin: 0 20px 8px;*/
}

small {
font-size: 11px;
  /*font-size: 0.7em;*/
  margin: 0 20px 8px;
}

a {

  color: #F49F20;
  text-decoration: none;
}

a:active {
	color: #ffffff;
	}

a:hover {
  color: #C89502;
}

a:visited {
	color: #ffffff;
	}

blockquote {
  margin: 10px 10px 10px 10px;
  padding: 5px 0;
  color: #ffffff;
  font-style: italic;
  font-size: 12px;
  font-weight: normal;
}

/* ####################### Seiten-Kopf #################### */
#seitenkopf {
	
  /*width: 1100px;*/
  
  }

#seitenkopf h1 {
  padding: 60px 0 0 20px;
  margin: 0;
}

#seitenkopf h1 a {
font-size: 14px;
  /*font-size: 1.2em;*/

}

#seitenkopf p {
  font: italic /*1.0em/1.3*/ 12px Georgia, "Times New Roman", "Times Roman", Times, serif;
  padding: 0 0 0 20px;
  margin: 0;
  color: #ffffff;
}

#seitenkopf embed {margin-top: 12px; margin-left: 18px;}

#head_text {color: #000000; padding-top: 5px; padding-left: 20px; width: 680px; float: left; font-size: 11px;}
#head_text a {color: #000000; font-size: 11px;}
#head_login {color: #000000; padding-top: 5px; width: 100px; float: left; font-size: 11px;}
#head_login a {color: #000000; font-size: 11px;}
/* ####################### Inhalte #################### */
#inhalte {
  width: 600px;
  float: left;
  margin-top: 20px;
  margin-left: 20px;
}

#inhalte .startpagepost {float: left; width: 500px;}

/* Styling der Überschriften */
#inhalte h1 {font-size: 25px; color: #E98C00;}
#inhalte .post h1 {font-size: 25px; padding-bottom: 25px; color: #E98C00;}
#inhalte .post h2 a {font-size: 16px; color: #E98C00;}

#inhalte .startpagepost h2 a {font-size: 20px;}
#inhalte .startpagepost h2 {margin-bottom: 5px;}
#inhalte .perspost h2 a {font-size: 20px;}
#inhalte .perspost h2 {margin-bottom: 5px;}
#inhalte .startpagepost_list h2 a {font-size: 20px;}
#inhalte .startpagepost_list {height: 80px;}


#inhalte .postmetadata {
  font-size: /*0.7em*/ 11px;
  line-height: 1.3;
  padding: 2px 0 4px;
}

#inhalte .dlft {
  width: 230px;
  float: left;
  margin: 10px 0 0 20px;
  text-align: left;
  font-size: /*0.8em*/ 10px;
}

#inhalte .drgt {
  width: 230px;

  margin: 30px 0px 0 20px;
  text-align: left;
  font-size: /*0.8em*/ 10px;
}

#inhalte .drgt a {font-size: 12px;}
#inhalte .dlft a {font-size: 12px;}

#inhalte .navigation {
  width: 510px;
  margin-top: 35px;
  margin-left: 80px;
  height: 2.5em;
  line-height: 1.1;
}

#inhalte .lft {
  float: left;
  margin: 7px 10px 3px 0;
  padding: 3px;
  border: 1px solid #000; 
}

#inhalte .rgt {
  float: right;
  margin: 7px 0 3px 10px;
  padding: 3px;
  border: 1px solid #000; 
}

#inhalte ol,
#inhalte ul {
  font-size: /*0.8em*/ 10px;
  margin: 10px 20px 10px 33px;
}

#inhalte ol {
  margin-left: 40px;
}

#inhalte li {font-size: 12px;}

#inhalte ol li code {
  font-size: /*1.2em*/ 14px;
  background: #ccc;
}

#inhalte table {
  border-collapse: collapse;
  border-top: 1px solid #642;
  border-left: 1px solid #642;
  font-size: 10px;
  margin: 10px 20px;
}

#inhalte table th,
#inhalte table td {
  border-right: 1px solid #642;
  border-bottom: 1px solid #642;
  padding: 0 5px;
}

#inhalte .entry a {font-size: 12px; font-weight: bold; color: #F49F20;}
#inhalte .entry img {padding-top: 10px; padding-bottom: 10px;}
/*#inhalte .startpagepost img {height: 100px;}*/


.filed {text-transform: uppercase; font-size: 8px; font-family: arial, verdana, sans-serif;}
.filed a {text-transform: none; font-size: 10px; font-style: italic; color: #E98C00; font-family: arial, verdana, sans-serif;}
#inhalte .filed a {text-transform: none; font-size: 10px; font-style: italic; color: #E98C00; font-family: arial, verdana, sans-serif;}

.postmetadata {font-weight: bold;}
.postmetadata .post a {font-size: 19px;}
#inhalte .postmetadata a {font-size: 11px;}

#inhalte .post {margin-top: 10px;}

#inhalte .tags {font-size: 10px; font-weight: normal;}
#inhalte .tags a {font-size: 10px; font-weight: normal;}

/* ####################### Kommentare #################### */

h3#comments {padding-left: 100px;}
#commentform {padding-left: 100px;}
#respond {padding-left: 100px;}
#commentform input {
  font: normal 12px "Lucida Sans Unicode", "Lucida Grande", "Trebutchet MS", Arial, Helvetica, sans-serif;
  background: #999999;
  color: #ffffff;


  margin-bottom: 5px;
  }

#commentform #submit {margin: 0px; padding: 0px;}

#commentform input#submit {
  font: normal 12px "Lucida Sans Unicode", "Lucida Grande", "Trebutchet MS", Arial, Helvetica, sans-serif;
  border: 1px outset #f49f20;
  background: #dddddd;
  color: #000000;
  /*padding: 0px 3px 2px;
  margin: 0px 0 10px 5px;*/
}

#commentform input#submit:hover {
  background: #f49f20;
}

#commentform textarea {
  font: normal 12px "Lucida Sans Unicode", "Lucida Grande", "Trebutchet MS", Arial, Helvetica, sans-serif;
  border: 1px inset #f49f20;
  background: #dddddd;
  color: #000000;
margin-bottom: 10px;
  /*padding: 1px 5px 3px;
  margin: 5px 0 5px 5px;*/
}

#commentform label {
  font-size: 11px;
}

#commentform small {
  font-size: 10px;
}

#commentform p {font-size: 11px;}
#commentform p a {font-size: 11px;}

ol.commentlist {
padding-left: 60px;}

ol.commentlist p {
padding-top: 15px;
  font-size: 12px;
}

ol.commentlist li {
  background: #333333;
  padding: 2px 5px 3px;
  margin: 0 0 15px 0;
}

ol.commentlist li.alt {
  background: #666666;
}

ol.commentlist .commentmetadata {
  font-size: 11px;
  margin: 0;
  padding: 0;
}

#inhalte .commentmetadata a {font-size: 11px; font-weight: bold;}

#inhalte .marginleft100 {margin-left: 100px;}


/* ####################### Trackbacks #################### */
#inhalte p.trackback a {margin-left: 100px; font-size: 10px;}

/* ####################### Kontaktformular #################### */
#inhalte div.contactform {
  margin: 20px 0 10px 20px;
  font-size: 10px;
}
  
#inhalte div.contactform label {
  width: 15em;
}

#inhalte div.contactform input,
#inhalte div.contactform textarea {
  margin-bottom: 2px;
  width: 250px;
  padding: 2px 3px;
  border: 1px inset #a64;
  background: #500;
  color: #dcb;
}
  
#inhalte div.contactkopie {
  width: 18em;
  float: left;
}

#inhalte div.inputkopie {
  width: 13em;
  float: left;
}

#inhalte div.inputkopie input {
  width: 2em;
  margin-top: 5px;
}
  
#inhalte div.contactform textarea {
  width: 460px;
}

#inhalte .contactsubmitl {
  clear: both;
}

#inhalte #contactsubmit {
  width: auto;
  margin: 40px 0 0 0;
  border: 1px outset #a64;
  background: #500;
  color: #dcb;
}
  
#inhalte #contactsubmit:hover {
  background: #721;
}

/* ####################### Navigation #################### */
#navi {
  width: 300px;
  float: right;
  padding: 0;
  padding-top: 50px;
}

#navi h2 {
  margin: 0;
  padding: 0 5px 2px;
  color: #ffffff;
  zoom: 1;
}

#navi ul {
  font-size: 12px;
  list-style-type: none;
  padding: 0;
  margin: 0;
  zoom: 1;
}

#navi ul li ul {
  font-size: 10px;
  padding: 0;
  margin: 0;
  zoom: 1;
}

#navi ul li ul li ul {
  padding: 0;
  margin: 0;
  zoom: 1;
}

#navi ul li.cal {
  padding: 0;
  margin: 0;
  zoom: 1;
}

#navi ul li ul li a {
  display: inline-block;
}

#navi ul li ul li a {
  padding: 1px 5px 2px;
  display: block;
}


#navi ul li ul li.current-cat a {
  padding: 1px 5px 2px;
  display: block;
  color: #000;
}

#navi a:hover {
  background: #E98c00;
}

#navi .thema .current-cat a {color: #ffffff;}

#navi .link {font-size: 11px;}

ul .thema li {padding-left: 20px; font-size: 20px;}

#mainnav a {font-size: 30px; text-transform: uppercase; font-weight: bold;}

/* ####################### del.icio.us #################### */
/*
#navi .delicious {padding-left: 25px;}
#navi .delicious a { font-size: 12px;}
*/


/* ####################### Suche #################### */
#navi #suche {
  /*margin: 8px 0 0 0;
  padding: 0;*/
}

#navi #suche h2#suchhead {
  border-bottom: none;
  text-transform: uppercase;
}

#suche .si {
  width: 220px;
  border: 1px inset #fff;
  color: #fff;
  /*padding: 1px 5px 3px;
  margin: 5px 0 5px 5px;*/
}

#suche .ss {
  width: 53px;
  border: 1px outset #fff;
  color: #fff;
  /*padding: 0px 3px 2px;
  margin: 5px 5px 5px;*/
}

#suche .ss:hover {
  background: #F49F20;
}
#searchsubmit {background: #2C2C2C; margin-top: 10px;}
#searchform {width: 300px;}
#searchform input {background: #2C2C2C;}






#navi ul#themeswitcher li.current_theme {
  background: #300;
  color: #8bf;
  padding: 1px 5px 2px;
  border-bottom: 1px solid #aaa;
}




/* ####################### Kalender #################### */
#navi li.cal {
}

#wp-calendar { 
  width: 230px; 
  line-height: 1.0em;
  margin: 5px 0 5px 5px;
  font-size: 10px;
  border-collapse: collapse;
  border-top: 1px solid #459;
  border-left: 1px solid #459;
}

#wp-calendar caption {
  line-height: 16px; 
  text-transform: uppercase; 
  letter-spacing: 1px;
  margin: 5px auto;
}

#wp-calendar #today {
  background: #300;
  color: #fc3;
}

#wp-calendar th,
#wp-calendar td {
  font-weight: normal;
  padding  : 2px;
  text-transform: uppercase; 
  border-right: 1px solid #459;
  border-bottom: 1px solid #459;
  text-align: center;
}

#wp-calendar .pad {
  background: #126;
}

#wp-calendar a {
  color: #eb2;
}

#wp-calendar a:hover {
  color: #8bf;
}



/* ####################### Social Networks #################### */
#socializing li {padding-bottom: 5px;}
.tr_authority_t_js {width: 75px; float: left; padding-right: 5px;}


/* ####################### Team-Seite #################### */
#user-image {float: left; width: 130px; height: 150px;} 
.user-image {width: 100px; height: 100px; border: 2px solid #ffffff; margin-right: 20px;}
#userprofil {float: left; width: 300px; height: 165px; padding-top: 0px;}
#userprofil h3 {color: #ffffff; font-size: 14px; padding: 0; margin: 0;}
#userprofil a {font-size: 11px;}
#userprofil .divider {margin-top: 50px;}
.name {}
.nick {color: #F49F20; font-style: italic;}
.doings {color: #cccccc; font-size: 11px;}
.contact a {font-size: 11px;}

#beetag img {width: 100px;}
/* ####################### Styling persoenliche Meinung #################### */
#lefty {float: left; width:85px; height: 120px; padding-left: 5px; padding-top: 23px; margin-right: 10px; margin-bottom: 5px; margin-top: 10px; font-size: 10px;}
#lefty img {padding-top: 5px; padding-bottom: 5px; width: 70px; height: 70px;}
#lefty_list {float: left; width:85px; height: 80px; padding-left: 5px; padding-top: 20px; margin-right: 10px; margin-bottom: 5px; margin-top: 10px;}
#pers {float: left; width:85px; height: 120px; padding-left: 5px; padding-top: 20px; margin-right: 10px; margin-bottom: 5px; margin-top: 10px;}
#pers img {padding-bottom: 10px;}

#inhalte .perspost {width: 400px;}


/* ####################### Kunden #################### */

#inhalte .kunden td {padding:5px; border:0;}
#inhalte table.kunden {border:0;}
.kundenname {font-size: 14px;  width: 200px; text-align: right;}
#inhalte .kundenname a {font-size: 14px;}
.kundenlink a {padding-left: 0px; }


/* ####################### Praktikum #################### */
#inhalte #praktikum a {font-size: 18px;}

/* ####################### Seiten-Fuss #################### */
#seitenfuss {
  clear: both;

  /*width: 100%;*/
  height: 266px;
  background: url(images/bg_bottom.gif) repeat-x;
  padding-left: 50px;
}

#seitenfussbox {
	width: 900px;
	padding-top: 180px;
	margin: 0px auto;
	text-align: left; 
	}

#seitenfuss #footer_logo {width: 790px; float: left;}

#seitenfuss #footer_text {width: 100px; padding-top: 10px; float: left; color: #333;}





/* ####################### What? ################### */
li.page_item {display: inline; list-style-type:none; padding-left: 10px;}
li.page_item current_page_item {list-style-type:none;} 
li.page_item a {text-transform: uppercase; font-size: 13px;}
li {list-style-type: none;}


#subs {margin-left: -20px;}
#subs li {}

.divider {margin-top: 20px; margin-bottom: 15px; border-top: 1px solid #3b3b3b; /*background: url(images/separator.gif) no-repeat;*/}
.dividersidebar {margin-top: 2px; margin-bottom: 20px; border-top: 1px solid #3b3b3b;}
.leinwand {margin-top: 6px; /*margin-left: 18px;*/}
.leinwand_startseite {margin-top: 12px; margin-left: 18px;}
.leinwandmovie {margin-top: 7px; margin-left: 18px;}
#leinwandbereich {border-top: 8px solid transparent; margin-left: 18px;}


/*#seitenkopf .leinwand embed {margin-top: 12px; margin-left: 18px;}*/
.edit-icon {font-size: 10px;}

.twitter {font-size: 9px; color: #999999; font-weight: normal;}



/***************************************************************/




.like {
	padding-top: 5px;
	padding-bottom: 5px;
	width: 120px;
	float: left;
	}
	
.like .button_count .connect_widget_interactive_area .connect_widget_text {
color:#FFFFFF;
font-weight:bold;
}

.plus {
	padding-top: 5px;
	padding-bottom: 5px;
	width: 90px;
	float: left;
	}

