@charset "utf-8";
/* CSS Document */
/* 
	orange: #f86600
*/

body 			{ background:#fff; font:10pt/12pt Verdana, Arial, Helvetica, sans-serif; text-align:left; }
strong			{ font-weight:bold; }
a				{ color:#f86600;}

#header 		{ display:inline-block; width:100%; background:url(../images/header_bkg-rpt.png) repeat-x left top; }
#logo 			{ margin-left:15px; }

#content 		{ width:880px;}
#main 			{ float:left; width:705px;}
#main .outer 	{ background:url(../images/content_bkg-rpt.jpg) repeat-x left bottom; margin:15px 0px 0px 15px; border: 2px dotted #f86600;  }
#main .inner	{ background:url(../images/content_bkg.jpg) no-repeat left bottom; height:270px; }
#main .inner h1 { margin:12px 0px 12px 20px; }
#main .inner div { margin:12px; margin-left:240px; }

.inner p 		{ margin-bottom:12px; }
#banner 		{ float:left; width:175px; }

h3 { font:Verdana, Arial, Helvetica, sans-serif; font-size:10pt; font-weight:bold; margin:10px 0px 6px 0px; }

span.submit  { border: 2px solid #ff6300; color:#FF6300; font-weight:bold;padding:3px 25px 3px 3px; text-align:left; background: #fff url(../images/bt_login.gif) no-repeat right center; *margin-top:1px;  }
span.submit a { text-decoration:none; }
p.right { margin-top:30px;}
.right { text-align:right; }

body.impressum #content { width:400px; margin:15px;}
