@charset "iso-8859-2";
/* CSS Document */

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000;
	background-color:#0c6899;
	background-image:url(Bilder/page_bg.jpg);
	background-repeat:repeat-x;
	margin-top:60px;
	line-height: 1.4;
}
img {
	margin: 0;
	padding: 0;
}
b {
	color: #5a5a5a;
	font-weight: bold;
}
a {
	color: #333;
	font-weight: bold;
}
a.large {
	background-image: url(Bilder/button_large_orange.png);
	display: block;
	width: 150px;
	height: 21px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 6px; 
}
a.black {
	background-image: url(Bilder/button_black_medium.png);
	display: block;
	width: 128px;
	height: 27px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 13px; 
}
img.screen {
	width: 154px;
	height: 182px;
	padding: 5px;
	background-image: url(Bilder/screen_border.png);
	text-align: center;
}
div#main{
	margin:auto;
	width:886px;
}
div#header {
	width: 541px;
	height: 75px;
	margin-left: 21px;
	margin-bottom: 20px;
	background-image: url(Bilder/logo.jpg);
	background-repeat: no-repeat;
	padding-left: 280px;
	padding-top: 19px;
}
div#menue {
	background-image: url(Bilder/menue_bg.jpg);
	background-repeat: no-repeat;
	height: 42px;
	width: 542px;
	padding-top: 11px;
	text-align: center;
	margin:auto;
}
div#content {
	width: 591px;
	float: left;
}
div#right {
	width: 238px;
	margin-right: 44px;
	float: right;
}
div#right ul{
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
div#right ul li{
	width: 238px;
	background-color: #FFF;
}
div#right ul li div.pic {
	width: 208px;
	/*height: 275px;*/
	margin-left: 14px;
	margin-right: 14px;
	padding-top: 12px;
	background-image: url(Bilder/left_screen_bg.jpg);
	background-repeat: repeat-x;
}
div#right ul li.title_angebot, div#right ul li.title_design_info {
	background-image: url(Bilder/right_title_angebot.png);
	background-color: transparent;
	width: 238px;
	height: 33px;
}
div#right ul li.title_design_info {
	background-image: url(Bilder/right_title_design_info.png);
}
div.right_footer {
	background-image: url(Bilder/right_footer.png);
	height: 6px;
	font-size: 0.1em;
}
div.box_top {
	background-image: url(Bilder/content_top_left.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(Bilder/content_top_right.png);
	background-repeat: no-repeat;
	background-position: right top;
}
div.box_content { background: #FFF;}
div.box_bottom { }

div#valid{
	text-align:center;
	color:#FFFFFF;
	font-size:0.9em;
	padding-top: 10px;
	clear: both;
}

.input input, .input textarea {
	width: 97%;
}

div.error_msg {
	margin: 3px;
	padding: 2px;
	background-color: #990000;
	color: #FFF;
}