/*infraviolett by Bobo*/
/*----------------------------------------------------------struktur-*/
body {
	background-color: #333333;
	text-decoration: none;
	margin: 0;
	padding: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container1 {
	background-image: url(img/bg2.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right top;
	margin:0;
	padding-top:70px;
	padding-right:50px;
	padding-left:50px;
	max-width:1480px;
}
#container2{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 0;
	color:#000000;
	padding:10px;
	background: url(img/opaque1.png) repeat;
	min-width: 820px;
	max-width:1420px;
	
}
#header {
	vertical-align: middle;
	clear: both;
	/*border-bottom: 1px solid #ffffff;*/
}
#footer{
	vertical-align: middle;
	clear: both;
	border-top: 1px solid #ffffff;
}
#etc{
	padding-left:50px;
	color:#ccc;
}
#rr {
	margin:0;
	padding:0;
	float:left;
}
#main{
	min-height:400px;
	clear: both;
	margin: 20px 5px;
}
.cleaner{
clear:both;
height: 1px;
font-size:1px;
border: 0px none;
margin: 0;
padding: 0;
}
img {
	border: 0;
}
/*li{
	list-style:circle;
}*/
/*-----------------------------------------------------------------Navigation*/
#navigator{
	margin:0;
	padding:0;
	vertical-align: middle;
	overflow: visible;
	float:left;
	list-style-position: inside;
	list-style-image: url(img/bullet.png);
}
.navitem{
	font-size: 16px;
	font-weight: bold;
	margin:auto;
	margin-left:1em;
	padding:0;
	float:right;
}

/*----------------------------------------------------------------Formatierung-*/
.inhalt{
	padding:5px 0 0 10px;
	width:65%;
	float:left;
}
h1{
	/*font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: underline;
	text-align:center;*/
	display:none;
}
h2{
	font-size: 14px;
	font-weight: bold;
}
a {
  	color: #000000;
  	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
}
a:active{
	color: #cccccc;
	text-decoration: none;
}
a:visited{
	color: #000000;
	text-decoration: none;
}
.listitem{
	float:left;
	margin:3px;
	border:solid 1px #000000;
	background:#CCCCCC;
	list-style-type: none;
	overflow:hidden;
}
.linkitem{
	position: relative;
	float:left;
	margin:3px;
	padding: 5px 20px 5px 5px;
	border:solid 1px #000000;
	background:#CCCCCC;
	list-style-type: none;
	overflow:hidden;
}
.button1{	/*richtiger Button*/
	font-style: normal;
	color: #ffffff;
	text-decoration: none;
	border: 1px solid #ffffff;
	padding: 2px;
	display: block;
	margin: 2px;
	min-width:10em;
	text-align: center;
	background: #000000;
	font-weight: bold;
	z-index: 100;
	overflow:hidden;
}
.button2{	/*Link als Button*/
	background-color:#000000;
	border: 1px solid #ffffff;
	padding: 2px 5px;
	display: block;
	margin: 2px;
	min-width:10em;
	text-align: center;
	font-weight: bold;
	z-index: 90;
}
.button2 a, .button2 a:visited{
	color:#FFFFFF;
	text-decoration: none;
}
.caption {
	padding: 0 5px;
}
input, textarea, select {
background-color: #333333;
color:#FFFFFF;
padding: 0px 5px;
}

/* ----- Twitter  ---------  */
#twitter {
	width: 33%;
	float: left;
	margin-top:20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #CCC;
	}

.tweet .tweet_list, .query .tweet_list, #list_net .tweet_list {

    list-style-type: none;
    margin: 0;
    padding: 0;
	}
.tweet .tweet_list li, .query .tweet_list li, #list_net .tweet_list li {
      overflow-y: auto;
      overflow-x: hidden;
      padding: 10px; 
	  border-bottom: 1px dotted #ccc;
	  }
.tweet .tweet_list li a, .query .tweet_list li a, #list_net .tweet_list li a{
        color: #555;
		font-weight: 700;
		 }
.tweet .tweet_list li a:hover, .query .tweet_list li a:hover, .tweet .tweet_list li a:active, .query .tweet_list li a:active,
#list_net .tweet_list li a:hover, #list_net .tweet_list li a:active {
        color: #777;
		text-decoration:underline;
		font-weight: 700;
		 }
.tweet .tweet_list .tweet_avatar, .query .tweet_list .tweet_avatar, #list_net .tweet_list .tweet_avatar {
      padding-right: .5em;
      float: left; 
	  }
	  
.tweet .tweet_list .tweet_avatar img, .query .tweet_list .tweet_avatar img, #list_net .tweet_list .tweet_avatar img {
        vertical-align: middle; }
.tweet_avatar img {border: 1px solid #888;}
.tweet_time a{
	color: #999!important;
	font-weight: 100!important;
	font-size: 90%;
	}
#follow-me{
	float:right;
	margin: 5px;
}
/*-----------------------------------------------------------------Kontaktformular*/
#kontaktform{
	float:left;
	border:0;
	margin-top:30px;
}
fieldset.formular1{
	border:0;
}
.form_label{
	float: left;
	width: 10em;
	border: 1px solid #FFFFFF;
	margin-bottom: 1px;
}
.form_field{
	display: block;
	float: left;
	width: 49.9%;
	border: 1px solid #000000;
	margin-bottom: 1px;
}
#kontakt_meldung{
	float:left;
	font-weight: bold;
	margin: 3px;
}
