@charset "UTF-8";
/* CSS Document */

/* RESET AF BROWSER 
-------------------*/

html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden	
}

html, body, div, h1, h2, h3, h4, h5, h6, p, a, img,  ul, li, fieldset, form, label, hr {
	margin: 0;
	padding: 0;
	border: 0;
}

a {
	color: #f4ff48;
	text-decoration: none;
}

a:hover {
	color: #918396;
	text-decoration: underline;
}
	



/* Main */

body {
	background: #350840 url(images/bgBody.jpg) repeat-x top left;
	color:#918396;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.8em;
	font-size: 11px;
}


#wrapper {
	position: relative;
    width: 880px;
    height: 400px;
    margin: 0px auto;
	
}


#logo {
	float: left;
	margin-top: 125px;
	width: 220px;
	height: 200px;
}

#info {
	background: url(images/bgHabitus.png) no-repeat top left;
	float: left;
	color: #918396;
	margin: 125px 33px 0 0;
	padding: 65px 40px 0 20px;
	width: 256px;
	height: 297px;
}

#twitter {
	background: url(images/bgTwitter.png) no-repeat top left;
	float: left;
	margin-top: 115px;
	width: 311px;
	height: 300px;
}

/* Twitter */

#btnRSS {
	position: absolute;
	top: 147px;
	left: 850px;
}

.rss-items {
	list-style:none;
	padding: 80px 30px 0 25px;
  
}

.rss-item  {
  margin-bottom: 1em
}

.rss-item a:link, .rss-item a:visited, .rss-item a:active {
	text-decoration : none;
	color: #f4ff48;
	}

.rss-item a:hover { 
	text-decoration : underline;
	color: #918396;
	}
	
.rss-date {
	font-size: 10px;
	font-weight : normal;
	color: #918396;
	} 

#moreTwitter {
	background: url(images/bgMoreTwitter.gif) no-repeat 25px 15px;
	height: 15px;
	padding: 10px 30px 0 38px;
	}
	
.twitter_wrap {
	padding: 75px 30px 0 25px;
}

.speech {
	width: 350px;
	text-align: center;
}


.Twitter {
	border-bottom: 1px dotted #b8b8b8;
	font-family: Arial, Verdana, sans-serif;
	color: #918396;
	clear: left;
	padding: 5px 0 5px 0;
}

.Twitter a {
	text-decoration : none;
	color: #f4ff48;
}


.TwitterTime {
	display: block;
}

.TwitterTime a:hover {
	text-decoration : underline;
	color: #918396;
}


	
/* Kontakt */

#panelContainer {
	background: url(images/bgPanelContainer.png) repeat-x top left;
}


#panel {
	position: relative;
    width: 880px;
    height: 350px;
	margin: 0px auto;
	display: none;
}
.slide {
	margin: 0;
	padding: 0;
	background: url(images/bgPanel.png) repeat-x top left;
}
.btn-slide {
	background: url(images/btnKontakt.gif) no-repeat 25px 12px;
	width: 880px;
	height: 41px;
	margin: 0 auto;
	display: block;
	outline: none;
}

#kontakInfo {
	float: left;
	width: 190px;
	padding-top: 40px;
	padding-right: 30px;
}

#kontakInfo img {
	padding-bottom: 20px;
}

#formular {
	float: left;
	padding-top: 110px;
	width: 650px;
	height: 240px;
}

#thankYou {
	width: 650px;
	height: 240px;
	float: left;
}

#thankYou img{
	padding-top: 4px;
}

#thankYouText{
	padding-left: 4px;
}

.active {
	
}

/* Formular */

.clearing { 
	clear: both; 
}

.alert, .error { 
	color: #f4ff48;
	padding-left: 10px; 
}

ol.forms {
	list-style: none;
	margin: 0;
	padding:0;
	
}

ol.forms li {
	padding-bottom: 15px;
	
		
}

ol.forms li label {
	width: 50px;
	display: block;
	float: left;
	
}

ol.forms input { 
	width: 339px;
	height: 21px;
	padding: 6px 0 0 6px;
	border: none;
	background-color:#fff;

}

ol.forms textarea {
	 width: 339px;
	 height: 89px;
	 padding: 6px 0 0 6px;
	 border: none;
	background-color:#fff;
}

ol.forms input, ol.forms textarea, ol.forms button { 

 }

ol.forms .error { 
	
}

ol.forms button {
	background: url(images/btnSend.gif) no-repeat top left;
	width: 67px;
	height: 23px;
	margin: 0;
  	padding: 0;
  	border: 0;
  	cursor: pointer;
}

ol.forms button:hover {
	background: url(images/btnSendHover.gif) no-repeat top left;
	width: 67px;
	height: 23px;
	margin: 0;
  	padding: 0;
  	border: 0;
  	cursor: pointer;
}

ol.forms button:active {
	background: url(images/btnSendActive.gif) no-repeat top left;
	width: 67px;
	height: 23px;
	margin: 0;
  	padding: 0;
  	border: 0;
  	cursor: pointer;
}

