html, body{
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetika, Verdana, sans-serif; 
}

body {
	padding-top:10px;
	font-size:14px;
	
	background-color:#efefef;
	background-image:url("http://www.omedia24.de/img/bg_verlauf.jpg");
	background-repeat:repeat-x;	
}

a:link, a:visited, a:hover, a:active {
	color: #464646;
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	font-style: normal;
}

img {
	border: 0;
}


/*
####################################################################################
### Maincontent: Hauptcontainer, der alles zusammenh&auml;lt ###
*/
.box-around {
	position: relative;
	border:1px solid #D0D0D0;
	width:1000px;
	margin:auto;
	background-color: #FFF;
}
/*
####################################################################################
### Maincontent: Hauptcontainer, der alles zusammenh&auml;lt: Ende ###
*/


/*
####################################################################################
### head ###
*/

.header {
	margin: 0px auto;
	position: absolute;
	top: 0px;
}
.header-head {
	float: left;
	width: 180px;
	text-align: center;
}

.header-logo {
		float: left;
}

.header-language {
	height: 20px;
	padding-top: 3px;
	margin-left:882px;
}

.header td {
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #808080;	
	padding-right: 3px;
}

.header-navi {
	position: absolute;
	top: 50px;
	left: 750px;
}

/*
####################################################################################
### head: End ###
*/


/*
####################################################################################
### Spacernavi zwischen head und content ###
*/
.spacernavi {
	position: absolute;
	top: 107px;
	width: 1000px;
	height: 36px;
	background-image: url("http://www.omedia24.de/img/bg-spacernavi.gif");
}

.spacernavi-text, .spacernavi-text-startsite {
	position: absolute;
	top: 6px;
	left: 180px;
	height: 30px;
	width: 780px;
	margin: 7px 0px 0 20px;
	font-weight: bold;
	color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.spacernavi-text-startsite {
		width: 160px;
		padding-left: 620px;
}	

.spacernavi-text a:link, .spacernavi-text a:visited, .spacernavi-text a:active, .spacernavi-text a:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fffffe;	
}

.spacernavi-text p {
	margin: 0;
	padding: 0;
}

.spacernavi-active, .spacernavi-not-active {
	float: left;
}

.spacernavi-active a:link, .spacernavi-active a:active, .spacernavi-active a:visited, .spacernavi-active a:hover {
	color: #022e5f;
}
/*
####################################################################################
### Spacernavi zwischen head und content: Ende ###
*/


/*
####################################################################################
### Navi: left ###
*/
.navi {
	position: relative;
	top: 134px;
	float: left;
	
	margin: 20px 0 0 0;
	width:180px;
}
.navi p {
	margin: 4px 0 0 10px;
	padding: 0;
}
.navi ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.navi li {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 163px;
	height: 18px;
	background-image: url("http://www.omedia24.de/img/single_navi_bg.gif");
	color: #F89D1B;
	padding-left: 17px;
	padding-top: 2px;
}
.navi li a:link, .navi li a:visited, .navi li a:hover, .navi li a:active {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;	
	font-weight: normal;
	color: #002752;	
}
.selected {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	display: block;	
	font-weight: normal;
	color: #ffff55;	
}
.navi_impressum {
	margin-top: 130px;
	padding-left: 17px;
		
}
.navi_impressum p {
	margin: 4px 0 0 10px;
	padding: 0;
}

.navi_impressum a:link, .navi_impressum a:active, .navi_impressum a:visited, .navi_impressum a:hover {
	font-family: tahoma;
	font-size: 11px;
	color: #F89D1B;
	font-weight: normal;
}
.pfad{
	font-family: "Trebuchet MS";
	font-size: 16pt;
	font-weight: bold;
	color: #002f5b;	
	position: relative;
	bottom: 25px;
}
/*
####################################################################################
### Navi left: Ende ###
*/

/*
####################################################################################
### Startseite: Imagestyles ###
*/

.image-left {
	width: 100%;
	height: 90px;
	float: left;
	padding-top: 6px;	
}

/*
####################################################################################
### Startseite: Imagestyles Ende ###
*/

/*
####################################################################################
### Content ###
*/

.largecontent 
{	
	width: 100%;	
	min-height: 570px;
	float: left;
	padding-top: 6px;	
	/*CSS Hack f&uuml;r IE6*/
	height: auto !important;  /* f&uuml;r moderne Browser */	
}

.startsite-maincontent 
{
	border-left: 1px solid #D0D0D0;
	margin: 140px 0 0 180px;	
	width: 800px;
	min-height: 920px;
	/*CSS Hack f&uuml;r IE6*/
	height: auto !important;  /* f&uuml;r moderne Browser */
	height: 920px;
}
.impressum-maincontent 
{
	border-left: 1px solid #D0D0D0;
	margin: 140px 0 0 180px;	
	width: 800px;
	min-height: 650px;
	/*CSS Hack f&uuml;r IE6*/
	height: auto !important;  /* f&uuml;r moderne Browser */
	height: 570px;
}
.maincontent 
{
	border-left: 1px solid #D0D0D0;
	margin: 140px 0 0 180px;	
	width: 800px;
	min-height: 570px;
	/*CSS Hack f&uuml;r IE6*/
	height: auto !important;  /* f&uuml;r moderne Browser */
	height: 570px;
}

.floating-text 
{	
	margin: 0 0 0 65px;
	padding: 14px 30px 10px 0;
	width: 515px;		
	min-height: 450px;
	/*CSS Hack f&uuml;r IE6*/
	height: auto !important;  /* f&uuml;r moderne Browser */
	height: 450px;
	border-right: 1px solid #D0D0D0;
}
.floating-text-whole-site {
	
	min-height: 150px;
	/*CSS Hack f&uuml;r IE6*/
	height: auto !important;  /* f&uuml;r moderne Browser */
	height: 150px;
}
.additional-infos {
	position: absolute;
	top: 150px;
	left: 800px;
	width: 190px;
	z-index: 1;
	margin-left: 5px;
}
.additional-infos td { 
		padding: 10px 5px 0 0; 
}

/*
####################################################################################
### Content: Ende ###
*/


/*
####################################################################################
### Fuss ###
*/
.footer {
	height: 45px;
	background-image: url("http://www.omedia24.de/img/b_links_neu.gif");
	background-position: top;
	background-repeat: repeat-x;
}

.copyright {
	float:left;
	width: 180px;
	height: 45px;
	border-right: 1px solid #D0D0D0;	
	text-align: center;
}
.copyright p {
	padding: 6px 0 0 0;
	margin: 0;
}

.footernavi {
	float:left;
	width: 749px;
	margin: 12px 0 0 0;
	padding-left: 70px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #808080;
}
.footernavi a{	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/*
####################################################################################
### Fuss: Ende ###
*/


/*
####################################################################################
### Startseite: Boxenstyles ###
*/

.startsite-box-left {
	width: 425px;
	float: left;
	padding-top: 6px;	
}
.startsite-box-right {
	padding-top: 6px;
	float: left;
	width: 355px;	
}
.kontakt-box-left {
	width: 400px;
	float: left;
	padding-top: 6px;	
}
.kontakt-box-right {
	padding-top: 7px;
	float: left;
	width: 400px;
	
}
.startsite-box-text-left, .startsite-box-text-right {
	float: left;
	width: 230px;
	padding-left: 66px;
	margin-top: 5px;	
}
.startsite-box-text-right {
	width: 280px;
	padding-left: 73px;
}	


.startsite-box-image {
	margin-top: 3px;
	float: left;
}


/*
####################################################################################
### Startseite: Boxenstyles Ende ###
*/




/*Ridas Styles, zum Teil umgeschrieben*/
/*currently in use*/
.contentTitel {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #002f5b;
	margin: 0;
	padding: 0;
}

.content {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #002752;
}

.adressBold, .adress {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #808080;
}

.adress {
	font-weight: normal;	
	padding: 6px 4px 0 0; 
}

.text, .startsite-box-left, .startsite-box-right {
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #808080;
}
.text1 {
	font-family: tahoma;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}
.text2 {
	font-family: tahoma;
	font-size: 11px;
	color: #002f5b;
	font-weight: bold;
}
.text3 {
	font-family: tahoma;
	font-size: 10px;
	color: #5A9EC3;
	font-weight: bold;
}
.text4 {
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #808080;
}
.textorange {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;	
	color: #ff9900;
	text-decoration: none;
}
.linkstitel {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bolder;	
	color: #002f5b;
	text-decoration: none;
	margin-left:64px;
}
.searchtitel {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bolder;	
	color: #002f5b;
	text-decoration: none;
	margin-left:72px;
}
.links {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;	
	color: #5A9EC3;
	margin:0 5px 0 0;
	text-decoration: underline;
}
.search {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;	
	color: #5A9EC3;
	margin:0 5px 0 0;
	text-decoration: none;
}
.sitemapTitle
{
	font-size: 11px;
	color: #3D6EAA;
	font-family: Tahoma;
	letter-spacing : 0px;
	font-weight: bold;
	text-decoration: underline;	
}
.sitemapSubtitle
{
	font-size: 11px;
	color: #3D6EAA;
	font-family: Tahoma;
	letter-spacing : 0px;
	font-weight: normal;
	text-decoration: underline;	
}
.glossar
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-weight: bold;		
	color: #f69c22;	
}
.glossaritem
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #3D6EAA;	
}

.searchBoxHeader 
{
	height:20px;
	padding: 4px 0 0 4px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#ffffff;
	background-color:#022e5f;
	font-weight:bold;
}
.box
{
	border:solid 1px #022e5f;
	padding: 4px 4px 4px 4px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #002752;
}