/* ==== COMMON SETTINGS ==== */
*       { margin:0; padding: 0; }
p       { padding-bottom: 15px; }
a       { text-decoration: none; }
img	{ border: 0; }
ul	{ list-style-position: inside; }
a:hover { text-decoration: underline; }
.clear  { clear: both; }
body    { font: 9pt Arial, Helvetica, sans-serif; background: #002d59; color: #002d59; }

/* ==== HEADINGS ==== */
h1	{ margin-bottom: 20px; }
h2	{ margin-bottom: 15px; }
h3	{ margin-bottom: 10px; }

/* ==== FORMS ==== */
.text,
.textarea,
.select	       { border: 1px solid #839EAF; padding: 3px; width: 250px; font: 9pt Arial; margin-bottom: 5px; color: #333; }
.select	       { padding: 2px; width: 258px;  }
.submit	       { display: inline; border: none; background: #839EAF; color: #fff; padding: 3px 10px; font: 8pt Arial; font-weight: bold; }
.submit:hover  { cursor: pointer; background: #002d59; color: #fff; }
label	       { display: block; float: left; width: 130px; line-height: 20px; }
fieldset       { padding: 5px 20px; border: 1px solid #839EAF; margin-bottom: 10px; }
fieldset p     { padding: 0; }
legend	       { font-weight: bold; padding: 0 5px 10px 5px; color: #002d59; }
a.submit       { padding: 4px 10px; }
a.submit:hover { text-decoration: none; }
.error	       { font: 12px Arial; color: red; background: #FFEFEF; border: 1px solid red; }
option	       { padding: 0 5px; }

/* ==== PAGE POSITIONING ==== */
#wrapper       { margin: 0 auto; min-height: 700px; width: 860px; background: transparent url('img/vogel.png') 65px 100px no-repeat; }
#header	       { padding: 10px 0; }
#left	       {  }
#right	       {  }
#main	       { position: relative; min-height: 500px; width: 800px; background: transparent url('img/main.png') 0 0; padding: 30px; }
#footer	       { clear: both; position: relative; height: 100px; }

/* ------ Main ------ */
#main .right		{ float: right; width: 285px; text-align: center; }
#main .muster		{ margin-top: 5px; border: 10px solid #839EAF; }
#main .company > img { display: block; max-width: 100%; margin: 0 auto; }
#main .form1 .text	{ width: 130px; }
#main .form1 .select	{ width: 120px; }
#main .form2		{ width: 450px; }
#main .address		{ display: block; float: left; width: 250px; }

#footer .vogel		{ position: absolute; top: 30px; left: 0; }
#footer .sgs		{ position: absolute; top: 30px; left: 180px; }
#footer ul		{ position: absolute; top: 33px; right: 0; }
#footer li		{ list-style-type: none; display: inline; padding: 0 5px; }
#footer a		{ font-size: 8pt; color: #6392b0; }
#footer a:hover		{ color: #cddbe6; text-decoration: none; }
