/* Layout */
html, body { width:100%; height:100%; margin:0; padding:0; }
html { text-align:center; }
body { 
  text-align:center; 
  background-color:#fff; 
  font-family:arial, verdana, helvetica, sans-serif; 
  font-size:12px; color:#37373E; 
}
#main { width:800px; margin: auto; text-align:left; background-color:#fff; border:0px solid #2d2d2d; }
#head { margin: 30px 0 0 0; }
#help_links { text-align:right; }
#container {}
#container ul{ list-style-type:none; }
#step0, #step1 { margin: 20px 0 40px 0; }
#step2, #step3 { margin: 20px 0 40px 0; }
#extensions, #permissions, #zugangsdaten, #account { width:500px; margin:auto; }
#footer { text-align:center; margin:100px 0 0 0; }
#step3.submit { margin:20px 0 0 300px; }

#title { text-align:left; }
#info_text { margin: 10px 0 0 0; font-size:11px; color:#808995; }
.td_left { width:160px; font-size:14px; font-weight:bold; }
.td_right { height:30px; vertical-align:middle; }
.td_right img { vertical-align:middle; }
.error_message { font-size:11px; color:red; display:inline; }
.warning_message { font-size:11px; color:red; display:inline; }
.warning_message a { font-size:11px; }
.ok_message { font-size:11px; color:#1A4984; display:inline; }

/* Tags */
a { color:#314769; text-decoration:underline; font-weight:normal; padding:0 5px; }
a:link {}
a:visited {}
a:active {}
a:hover {	color:#1466C0; }
h1 { font-size:18px; color:#1466C0; margin:0; }
h2 { font-size:20px; color:#1A4984; margin-bottom:0; }
p { line-height:19px; text-align:justify; }
hr { height:1px; margin:0 0 5px 0; border:0; background-color:#314769; }
label { font-size:14px; font-weight:bold; display:block; float:left; width:120px; }
form br { clear:left; }
input.text { 
  height: 20px; width: 250px;
  border: 0;
  background-color: #eee;
  border: 1px solid #ccc; 
  margin-bottom: 15px;    }
.submit { text-align:center; margin: 20px 0 20px 0; }

#headline {}
#logo {display:inline;width:400px;float:left;margin:0;padding:0;}
#logotext {display:inline;width:400px;float:left;margin:0 0 10px 0;padding:0;position:relative;height:61px;}
#logotext p {position:absolute;bottom:0;right:0;margin:0;padding:0;font:14px arial;color:#52525C;font-weight:bold;}