html  {
	background-color: White;
	width: 100%;
	text-align: center;
}

body   {
	color: Black;
	font: 11px/1.4em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	min-width: 851px;
	margin-top: 30px;
	margin-bottom: 10px;
}

#wrapper {
	padding-left: 0px;
	margin: 0 auto;
	width: 851px;
	text-align: left;
	z-index: 0;
	background-color: White;
}

#header {
	width: 851px;
	height: 127px;
	top: 0px;
	left: 0px;
	background-image: url(../nav/top_back.gif);
	background-repeat: no-repeat;
	position: relative;
	background-position: top;
}
#changer{
	width: 500px;
	height: 84px;
	left: 350px;
	top: 1px;
	position: absolute;
}
#logo{
	width: 298px;
	height: 60px;
	left: 40px;
	top: 25px;
	position: absolute;
}

#content_wrapper{
	top: -2px;
	left: 0px;
	width: 851px;
	min-height: 500px;
	position: relative;
	text-align: left;
	background-image: url(../nav/back.gif);
	background-repeat: repeat-y;
	padding-bottom: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
/* Hack min-height für IE (Hide it from Safari !) */
* html div.content_wrapper {
   height: 500px;
}
div.content_wrapper{
	top: 0px;
	left: 0px;
	width: 851px;
	min-height: 500px;
	position: relative;
	text-align: left;
	padding-bottom: 10px;
}

#navigation{
	top: 87px;
	left: 0px;
	width: 851px;
	height: 28px;
	text-align: left;
	position: absolute;
}
#nav_internet{
	top: 0px;
	left: 43px;
	position: absolute;
}
#nav_networks{
	top: 0px;
	left: 95px;
	position: absolute;
}
#nav_design{
	top: 0px;
	left: 152px;
	position: absolute;
}
#nav_multimedia{
	top: 0px;
	left: 272px;
	position: absolute;
}
#nav_company{
	top: 0px;
	left: 646px;
	position: absolute;
}
#nav_news{
	top: 0px;
	left: 701px;
	position: absolute;
}
#nav_contact{
	top: 0px;
	left: 737px;
	position: absolute;
}
#nav_lang{
	top: 0px;
	left: 802px;
	position: absolute;
}
#nav_linie{
	top: 15px;
	left: 20px;
	width: 750px;
	height: 13px;
	position: absolute;
}

#subnavigation{
	top: 0px;
	left: 0px;
	width: 173px;
	text-align: left;
	position: absolute;
	background-image: url(../nav/subnav_back.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#subnavigation_content{
	top: 0px;
	left: 0px;
	width: 153px;
	text-align: left;
	position: absolute;
	border: 1px solid #3B4DA0;
}
#subnav_content {
	left: 15px;
	top: 0px;
	width: 128px;
	position: relative;
	margin-top: 25px;
	margin-bottom: 10px;
}
#subnav_content_over {
	left: 1px;
	top: 0px;
	width: 14px;
	position: absolute;
	margin-top: 25px;
	margin-bottom: 10px;
}
#subnav_1 {
	top: 0px;
	left: 2px;
	width: 124px;
	height: 22px;
	position: relative;
}
div.subnav {
	top: 0px;
	left: 2px;
	width: 124px;
	height: 24px;
	position: relative;
}
div.subnav_over {
	top: 0px;
	left: 0px;
	width: 15px;
	height: 24px;
	position: relative;
}

#content{
	top: 5px;
	left: 200px;
	width: 640px;
	position: relative;
}
#content_inner{
	top: 0px;
	left: 0px;
	width: 420px;
	margin-bottom: 20px;
	float: left;
	position: relative;
}
div.content_right{
	margin-top: 10px;
	width: 200px;
	position: static;
	float: right;
	margin-bottom: 20px;
	background-image: url(../nav/right_back.gif);
	background-position: top;
	background-repeat: repeat-y;
}
div.innercontent_right{
	top: 0px;
	left: 25px;
	width: 170px;
	position: relative;
}
#content_footer {
	top: 5px;
	left: 200px;
	width: 640px;
	clear: both;
	position: relative;
}
#footer{
	left: 0px;
	z-index: 0;
	top: -2px;
	position: relative;
}
#subnav table {
	border: 1px solid #CEC3B5;
}

div.hr {
	width: 100%;
	height: 8px;
	background-image: url(../nav/h_line.gif);
	background-repeat: repeat-x;
}

div.title, div.newstitle {
	padding-left: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	color: #3B4DA0;
	font-weight: bold;
	border-left: 1px solid #3B4DA0;
	border-top: 1px solid #3B4DA0;
}

div.title {
	width: 156px;
}

div.newstitle {
	width: 110px;
	margin-left: 1px;
}

/* Minheight Content*/
div.con_min {
	min-height: 270px;
}
*html div.con_min {
   height: 270px;
}

/* Referenzen */
div.ref_List, div.ref_Title {
	width: 620px;
	border-left: 1px solid #3B4DA0;
	border-top: 1px solid #3B4DA0;
	margin-bottom: 5px;
	padding-left: 4px; 
	position: relative;
}
div.ref_Title {
	height: 64px;
	margin-top: 25px;
}
div.ref_Inner_Title {
	top: 15px;
	position: relative;
}
div.ref_Check {
	left: 464px;
	top: 0px;
	position: absolute;
}
div.ref_Check_Content
{
	width: 20px;
	top: 0px;
	border-left: 1px solid #3B4DA0;
	text-align: center;
	position: absolute;
}

/* Links */
div.link_List, div.link_Title {
	width: 420px;
	/*border-left: 1px solid #3B4DA0;
	border-top: 1px solid #3B4DA0;*/
	margin-bottom: 10px;
	padding-left: 0px; 
	position: relative;
}
div.link_Title {
	/*height: 64px;
	margin-top: 25px;*/
}
div.link_Inner_Title {
	/*top: 15px;
	position: relative;*/
}

/* normal Classes */
h1, h2, h3 {
	color: #3B4DA0;
	font-weight: bold;
}

h1  {
	font-size: 130%;
	margin-bottom : 3;
	margin-top : 6;
}

h2  {
	font-size: 120%;
	margin-bottom : 2;
	margin-top : 4;
}

h3  {
	font-size: 110%;
	margin-bottom : 2;
	margin-top : 4;
}

p, ul, li {
	color: Black;
	font: 11px/1.4em Verdana, Arial, Helvetica, sans-serif;
	padding-top : 0px;
	padding-bottom : 0px;
	margin-top : 0.3em;
	margin-bottom : 0.6em;
}

p   {
	padding: 0px;
}

ul   {
	padding-left: 0; 
	margin-left: 1.5em;    
}

li   {
	margin-top : 0px;
	margin-bottom : 0px;
}

a    {
	color: #3B4DA0;
	font-weight: bold;
	text-decoration: none;
}
a:visited     {
	color: #3B4DA0;
}
a:active      {
	color: #3B4DA0;
}
a:hover     {
	color: Red;
}

td  {
	font: 11px/1.4em Verdana, Arial, Helvetica, sans-serif;
}

.error {
	color: Red;
}

/* Form classes */
form {
	font: 11px/1.4em Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
legend {
	font-size: 110%;
	font-weight: bold;
	color: #3B4DA0;
}
input, textarea, select {
	font: 11px/1.4em Verdana, Arial, Helvetica, sans-serif;
}
/*input {
   display: block;
   margin: 0 0 10px;
   border: 1px solid #666;
   color: #999;
}
legend {
	font-size: 1.2em;
	font-weight: bold;
}
label {
	display: block;
	font-weight: bold;
   color: #666;
}
select {
	display: block;
   width: 300px;
}
*/
.fieldset {
	font-size: 11px;
	width: 400px;
	border: 1px solid #3B4DA0;
	padding-bottom: 1em;
	padding-top: 1em;
	padding-left: 1em;
	padding-right: 1em;
}
.fieldset .label {
	font-size: 11px;
	text-align: right;
	width: 70px;
	float: left;
	padding: 0.2em;
	margin-top: 0.3em;
}
.fieldset .nobr {
	display:none;
}
.fieldset .textfield {
	font-size: 11px;
	margin: 2px;
	height: 15px;
	width: 200px;
	/*border-left: 1px solid #3B4DA0;
	border-top: 1px solid #3B4DA0;
	border-right: 1px solid ActiveBorder;
	border-bottom: 1px solid ActiveBorder;*/
}
.fieldset .textarea {
	font-size: 11px;
	margin:2px;
	height:165px;
	width:300px;
	/*border-left: 1px solid #3B4DA0;
	border-top: 1px solid #3B4DA0;
	border-right: 1px solid ActiveBorder;
	border-bottom: 1px solid ActiveBorder;*/
}
.fieldset .select {
	font-size: 11px;
	margin:2px;
	height:20px;
	width:205px;
	/*border-left: 1px solid #3B4DA0;
	border-top: 1px solid #3B4DA0;
	border-right: 1px solid ActiveBorder;
	border-bottom: 1px solid ActiveBorder;*/
}
.fieldset .submit {
	font-size: 11px;
	margin-left: 2px;
	margin-top: 5px;
	height: 20px;
	width: 100px;
	border-left: 1px solid #3B4DA0;
	border-top: 1px solid #3B4DA0;
	border-right: 1px solid White;
	border-bottom: 1px solid White;
	background-color: White;
	font-weight: bold;
	color: #3B4DA0;
}
.fieldset .error {
	font-size: 11px;
	margin: 2px;
	height: 15px;
	width: 300px;
	/*border-left: 1px solid #3B4DA0;
	border-top: 1px solid #3B4DA0;
	border-right: 1px solid ActiveBorder;
	border-bottom: 1px solid ActiveBorder;*/
}


body.aarcatNews   {
	color: Black;
	font: 11px/1.4em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	min-width: 600px;
}

div.aarcatNews {
	width: 540px;
	border-left: 1px solid #3B4DA0;
	border-top: 1px solid #3B4DA0;
	margin-bottom: 5px;
	padding-left: 0px; 
	position: relative;
}

h1.aarcatNews
{
	color: #3B4DA0;
	font-weight: bold;
	font-size: 130%;
	margin-bottom : 3;
	margin-top : 0;
}