/* CSS Document */
/* Antenneservice */

body {
	margin:0 auto;
	padding:0;
	font: normal 12px/15pt Verdana, Arial, Helvetica, sans-serif;
	color: #536887;
	background:url(../images/bg.jpg) top left repeat #fff;
}
td { vertical-align: top; }

#pagecontainer {
	width:802px;
	margin:0 auto;
	padding:0;
	height:auto;
}
#menucontainer {
	width:100%;
	height: 27px;
	min-height: 27px;
	padding: 5px 0 15px 0;
	margin:0;
	background:url(../images/menu_bg.jpg) top left repeat-x transparent;
	float:left;
}


#left {
	width: 597px;
	float: left;
	height: auto;
}
#right { 
	width: 184px;
	float: left;
	height: auto;
}


#contentcontainer {
	width: 597px
	float:left;
}

#contenttop {
	width: 597px;
	background:url(../images/contenttop.gif) top left no-repeat #6f7e9a;
	height:7px;
	min-height:7px;
	float:left;
}

#contentbottom {
	width: 597px;
	background:url(../images/contentbottom.gif) top left repeat-x transparent;
	height:20px;
	min-height:20px;
	float: left;

}
#content {
	padding:20px 20px 3px;
	width: 557px;
	float:left;
	min-height:450px;
	height:450px;
	height:auto;
	background-color:#6f7e9a;
}

#content_firstpage {
	width: 597px;
	float:left;
	min-height:450px;
	height:450px;
	height:auto;
}
#content td, #content p { color: #fff; }

#profilfeltcontainer {
	width:184px;
	float:left;
	margin-left: 19px;
	min-height:300px;
	height:300px;
	/*background-color: green;*/
}
#profilfelttop {
	background:url(../images/profiltop.jpg) top left no-repeat transparent;
	width:184px;
	height: 6px;
	min-height:6px;
	float:left;
	clear:both;
	overflow: hidden;
}
#profilfelt {
	background:url(../images/profilbg.jpg) top left repeat-x #00527a;
	width:184px;
	min-height:300px;
	height:300px;
	float:left;
	clear:both;
	height:auto;
	color: #fff;
	font: normal 11px Verdana, Arial, Helvetica;
}

#profilfeltbottom {
	background:url(../images/profilbottom.jpg) top left no-repeat transparent;
	width:184px;
	min-height:6px;
	height:6px;
	float:left;
	clear:both;
}

#tagmark { margin:0 auto; width:100%; text-align:center; clear: both; }

img { border: none; }

a {
	font: inherit;
	color:#536887;
	text-decoration:none;
}


#profilfelt a:link, #profilfelt a:visited, #content a:link, #content a:visited {
	font: inherit;
	color: #fff;
	text-decoration: none;
}
#profilfelt a:hover, a:active, #content a:hover, #content a:active {
	font: inherit;
	color: #001652;
	text-decoration: none;
}


hr { height: 2px; min-height: 2px; background-color: #001837; }
a:link, a:visited {
	font-weight: normal;
}


a:hover, a:active {
	font-weight: normal;
	color: #001652;
	text-decoration: underline;
}

h1,h2,h3 {
	font: bold 18px Verdana,Arial, Helvetica;
	color: #fff;
}
h4,h5,h6 {
	font: bold 16px Verdana,Arial, Helvetica;
	color: #fff;
}
