/*	###################	Colors

	#FFFFFF	: weiss
	#000000 : schwarz
	#ff9900	: orange
	#d6d6d6	: dunkelblau
	#999999 : hellgrau
	#656565 : dunkelgrau
	
	################### */


/*	###################	Grundlegendes		######################	*/

html {
	
}
body {
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 13px;
	color: #666666;
	background-color: #FFFFFF;
	height: 100%;
}

/*	###################	Kopfteil			######################	*/

h1 {
	padding-left: 65px;
	margin-top: 28px;
	width: 425px;
	z-index: 999;
	position: absolute;
}

h1 a:link,
h1 a:visited,
h1 a:active,
h1 a:hover,
h1 a:focus {
	display: block;
	width: 440px;
	height: 67px;
	background-image: url(../image/webrestaurator.png);
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

/*	###################	Inhalt				######################	*/

#header {
	background-image: url(../image/sofa_breit.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	width: auto;
	height: 300px;
	padding-top: 100px;
}

#newsbutton {
	background-image: url(../image/newsbutton.png);
	background-repeat: no-repeat;
	background-position:right top;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 315px;
	text-align:right;
	padding-top: 60px;
	font-size:23px;
	font-weight: bold;
	z-index:100;
}

#navi {
	padding-left: 70px;
	width: 920px;
	
}

#navi ul {
}

#navi ul li {
	float: left;
	width: auto;
	height: 100px;
	margin-right: 80px;
	text-align: center;
}

#navi li a {
	text-decoration: none;
	color: #999999;
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding-top: 55px;
	background-image: url(../image/navipunkt.png);
	background-position: top center;
	background-repeat: no-repeat;

}

#navi ul li a:hover {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding-top: 55px;
	background-image: url(../image/navipunkt_acitve.png);
	background-position: top center;
	background-repeat: no-repeat;
}

#navi .active {
	background-image: url(../image/navipunkt_acitve.png);
	background-position: top center;
	background-repeat: no-repeat;
	color: #ff9900;
}

#wrapper {
	width: 100%;
	clear: both;
}

#content {
	width: auto;
	float: left;
	margin-top: 10px;
	padding-left: 70px;
	min-height: 550px;
	margin-right: 360px;
}

#right {
	width: 253px;
	height: auto;
	position: absolute;
	right: 0;
	float: left;
	
}

#right-top {
	clear: both; 
	width: 253px;
	height: 130px;
	background-image: url(../image/bg_box_rechts.png); 
	background-repeat: no-repeat;
	background-position: right center;
	margin-bottom: 20px;	
}

#right-middle {
	width: 253px;
	min-height: 183px;
	background-image: url(../image/bg_box_rechtsmitte1.png); 
	background-repeat: no-repeat;
	background-position: right top;
	text-align: left;
}

#right-middle ul {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 3px;
}

#right-middle ul li {
	height: 25px;
	font-size: 14px;
	list-style: none;
}

#right-middle ul li a {
	text-decoration: none;
	color: #666666;
	padding-left: 15px;
	margin-left: 3px;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
}

#right-middle .active {
	background-color: #CCCCCC;
	padding-left: 15px;
	color: #666666;
	font-weight: bold;
}

#right-middle ul li a:hover {
	background-color: #CCCCCC;
	width: auto;
	display: block;
}

#right-middle-bottom {
	width: 253px;
	height: 85px;
	background-image: url(../image/bg_box_rechtsmitte2.png); 
	background-repeat: no-repeat;
	background-position: right top;
	text-align: center;
	margin-top: -13px;
}

#right-middle-bottom p {
	padding-top:10px;
}

#right-middle-bottom p a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
	font-size: 18px;
}

#right-middle-bottom p a:hover {
	text-decoration: none;
	color: #ff9900;
	font-weight: bold;
	text-shadow: #ff9900 1px 3px 7px;
}

#right-middle p {
	width: 210px;
	padding-left: 20px;
	padding-top: 9px;
}

#bottom {
	height: 62px;
	width: 100%;
	padding-bottom: 20px;
	margin-top: 30px;
}

#rssfeed {
	width: 253px;
	height: 62px;
	float: left;
	background-image:url(../image/bg_box_rssfeed.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	padding-top: 10px;
	position: absolute;
	left: 0;
}

.rssfeed-img {
	float: left;
	padding-right: 15px;
}

#twitter {
	width: 253px;
	height: 62px;
	float: left;	
	background-image: url(../image/bg_box_twitter.png);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: left;
	padding-top: 10px;
	position: absolute;
	right: 0;


}

.twitter-img {
	padding-left: 25px;
	float: left;
	padding-right: 10px;
}


/*	###################	Footer				######################	*/

#footer {
	background-image: url(../image/footer.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-color: #ff9900;
	height: 31px;
	color:#FFFFFF;
	width: 100%;
	display: block;
}

.footer_telefon {
	font-size: 19px;
	float: left;
	width: 41%;
	text-align: right;
	padding-top: 4px;
	display: block;
}

.footer_text {
	font-size: 14px;
	float: left;
	padding-top: 9px;
	padding-left: 15px;
	display: block;
}

.footer_text a {
	text-decoration: none;
	color: #FFFFFF;
}

.footer_text a:hover {
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-width: 1px;
}

.footer_text .active {
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-width: 1px;
}


/* Twitter */

/*	###################	Texte				######################	*/

em {
	font-style: italic;
	color: #444;
}

p {
	line-height: 18px;
	word-spacing: 2px;
	
}

p a {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

p a:hover {
	color: #666666;
	text-shadow: #ff9900 0px 0px 6px;
}

.fav {
	width: 16px;
	height: 16px;
	margin-right: 10px;
}

.right_top a {
	color: #ff9900;
	font-size: 18px;
	text-decoration: none;
	width: 140px;
	float: left;
	text-align: left;
	padding-top: 25px;
	padding-left: 20px;
}

.right_top a:hover {
	text-shadow: #ff9900 1px 3px 7px;
}

.right_topklein a {
	color: #ff9900;
	font-size: 14px;
	text-decoration: none;
	text-align: left;
	padding-left: 20px;
}

.rsstwitter a {
	color: #ff9900;
	font-size: 18px;
	text-decoration: none;
}

.rsstwitter a:hover {
	color: #ff9900;
	text-shadow: #ff9900 1px 3px 7px;
}

.rsstwitterklein a {
	color: #ff9900;
	font-size: 14px;
	text-decoration: none;
}

/* Ueberschriften */

h2 {
	color: #ff9900;
	font-size: 28px;
	margin-bottom: 20px;
}

#h3 {
	color: #656565;
	font-size: 18px;
	font-weight: bold;
}

h3 {
	color: #656565;
	font-size: 18px;
	font-weight: bold;
}

h5 {
	color: #656565;
	font-size: 18px;
	font-weight: bold;
}

h4 {
	color: #FFFFFF;
	padding-top: 4px;
	font-size: 16px;
	text-align: center;
}


/*	###################	Screens			######################	*/

/*	###################	Kontakt			######################	*/
#anfrageformular {
	margin-top: 20px;
	clear: both;
	display: block;
	border: none;
}

.formfeld {
	margin-bottom: 10px;
	background-image: url(../image/formfeld.png);
	background-repeat: no-repeat;
	background-position: top;
	border: none;
	outline: none;
	width: 270px;
	height: 32px;
	padding-left: 20px;
	color: #999999;
	font-size:11px;
	font-weight: bold;
	display: block;
}

#telefon {
	float: left;	
	height: 40px;
	margin-bottom: 23px;
	height: 32px;
}

.callback {
	float: left;
	width: 50px;
	margin-left: 290px;
	margin-top: -50px;
	display: block;
	position: absolute;
	height: 100px;
}

#callback {
	float: left;	
	margin-left: 335px;
	margin-top: -20px;
	width: 150px;
	display: block;
	position: absolute;
	height: 100px;
}


#ihrenachricht {
	width: 100%;
	clear: both;
	display:block;	
	color: #999999;
	font-size:13px;
	font-weight: bold;
	padding-left: 20px;
	margin-top: 5px;
}

#nachricht {
	display: block;
	width: 270px;
	background-image: url(../image/textfeld.png);
	background-repeat: no-repeat;
	border: none;
	height: 188px;
	padding-top: 7px;
	padding-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	float: left;
}

#versenden {
	width: 126px;
	height: 41px;
	background-image: url(../image/senden.png);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border: none;
	padding: 0;
	text-indent: -9999px;
	color: #FFF;
	margin-top: 164px;
	float:left;
	display:block;
	position: absolute;
	margin-left: 300px;
	cursor: pointer;
}

#versenden-check {
	width: 126px;
	height: 41px;
	background-image: url(../image/senden.png);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border: none;
	text-indent:-9999px;
	margin-bottom: 30px;
	cursor: pointer;
}

