body
{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background: url(/images/bg-main.gif) repeat-y;
}

p,h1,h2,h3,h4,h5,ul,ol,li,dt,dd,div,td,th,address,blockquote,nobr,b,i,a { font-family: Helvetica, Arial, sans-serif; }
tt { font-family: Courier New,Courier; }
h2,h3,h4,h5,b,th { font-weight: 700; }
h1,p,ul,ol,li,div,td,address,blockquote,nobr,i,a,u,tt { font-weight: normal; }
p,h1,h2,h3,h4,h5,ul,ol,li,div,td,th,address,blockquote,nobr,b,i,a,strong,u,tt { font-style: normal; }
p,h5,ul,ol,li,div,td,th,address,blockquote,nobr,b,i,em,strong,u,tt,table { color: #000000; }
h1 { color: #cc0066; }
h2 { color: #3092bb; }
h3, h4 { color: #333333; }

p,ul,ol,li,dt,dd,div,address,blockquote,nobr,strong,u
{
	font-size: 12px;
	line-height: 18px;
}

h1
{
	font-size: 20px;
	line-height: 24px;
}

h2
{
	font-size: 16px;
	line-height: 21px;
}

h3
{
	font-size: 14px;
	line-height: 18px;
}

h4
{
	font-size: 12px;
	line-height: 16px;
}

h5
{
	font-size: 11px;
	line-height: 15px;
}

u { text-decoration: underline; }
i { font-style: italic; }
em { font-style: oblique; }
strong { font-weight: 900; }
small { font-size: 10px; }
sup { font-size: 8px; }

a
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}

a:link, a:visited, a:hover { color: #000033; }
a:active { color: #cc0033; }

a.submenue, a.submenueaktiv, a.toplink
{
	font: 200 11px/12px Helvetica, Arial, sans-serif;
	text-decoration: none;
}

a.submenue:link, a.submenue:visited { color: #333333; }
a.submenue:active { color: #141466; }

a.submenue:hover
{
	color: #333333;
	text-decoration: underline;
}

a.submenueaktiv:link, a.submenueaktiv:visited { color: #141466; }
a.submenueaktiv:active { color: #141466; }

a.submenueaktiv:hover
{
	color: #141466;
	text-decoration: underline;
}

a.toplink:link, a.toplink:visited, a.toplink:active { color: #b30040; }

a.toplink:hover
{
	color: #b30040;
	text-decoration: underline;
}

a.pullmenue
{
	font: 200 10px/18px Helvetica, Arial, sans-serif;
	color: #333333;
	text-decoration: none;
}

a.pullmenue:active { color: #141466; }
a.pullmenue:hover { text-decoration: underline; }

.sub
{
	vertical-align: middle;
	margin: auto;
	padding: 1 0 0 2;
}


.center { text-align: center; }
.right { text-align: right; }


.indent
{
	margin-left: 5mm;
	margin-right: 5mm;
}

.red 
{  
font: 200 12px/18px Arial, Helvetica, sans-serif;
color: #cc0066; 
text-decoration: none
}

.submenuebg
{
	background: url(/images/bg-sub.gif) repeat-y;
}

.tertiaerright {
	border-right: 2px solid #a3a8cc;
	background: #F2F2F2;
}

.tertiaerleft {
	border-left: 2px solid #a3a8cc;
	background: #F2F2F2;
}

.tertiaermiddle {
	border-right: 2px solid #a3a8cc;
	border-left: 2px solid #a3a8cc;
	background: #F2F2F2;
}

.tertiaerend {
	border-right: 2px solid #a3a8cc;
	border-bottom: 2px solid #a3a8cc;
	border-left: 2px solid #a3a8cc;
	background: #F2F2F2;
}

#tertiaer
{
	position: absolute;
	left: 598px;
	top: 112px;
	z-index: 10;
	border-top: 2px solid #a3a8cc;
}


/* alex - kontaktformular */

    input.line { 
      margin-right: 0px; 
      margin-left: 0px; 
      margin-bottom: 0px;  
      overflow: hidden;
      font-family: Arial, Helvetica, sans-serif;
      vertical-align: top; 
      padding: 1px;
 
        margin-top: 0px;;
      color: #000000;
      background: #ffffff;
      border-width: 1px;
      border-style: solid;
      border-color: #333366;
      width: 350px;
      font-weight: 100;
      height: 21px;
      font-size: 12px;
    }

    textarea { 
      margin-right: 0px; 
      margin-left: 0px; 
      margin-bottom: 0px;  
      overflow: auto;
      font-family: Arial, Helvetica, sans-serif;
      vertical-align: top; 
      padding: 1px;
 
        margin-top: 0px;;
      color: #000000;
      background: #ffffff;
      border-width: 1px;
      border-style: solid;
      border-color: #333366;
      width: 350px;
      font-weight: 100;
      height: 150px;
      font-size: 12px;
    }

