﻿/*
Grundfarben
rosa: faf2f2
dunkelrot: #BA0F26


*/
body    	{background: #fff; font-family:Arial, Helvetica, sans-serif; font-size:75%; color:#1e1e1e; margin:0 auto; padding: 0;}
* {margin:0; padding:0;}

#wrapper 		{clear:both; position:relative; width:980px; margin:0 auto; text-align:left; }
#header			{width:980px; height:105px; position:relative;top:0px;}
* html #content	{height:455px}
#content		{min-height:455px; width:100%;}
/*#WelcomeContent	{padding:61px 20px 10px 20px; position:relative; width:910px}*/
/*#ContentWrapper {background:#E2001A url(/PublishingImages/Visuals/visual-main.jpg) no-repeat scroll left top; min-height:320px; width:100%; position:relative}
* html #ContentWrapper {height:320px}*/

#language_selection {
     text-align:right;
    padding-left:1.5em;
    margin-top:10px;
}

#header_inner, #left_col_inner, #content_inner, #right_col_inner {
	overflow:hidden; /* prevents oversize elements from breaking the layout */
	}
/*#header_inner_image {
    border:solid 1px black;
    background:#E2001A url(../../images/iknow_header.jpg) no-repeat scroll left top;
    min-height:150px; width:100%; position:relative;
}*/
#header_inner_logo {
   float:left;
   margin-top:15px;
   
}

div#footer	{width:950px; margin:10px auto 0 auto !important; margin: 0 auto; border-top:1px solid #c0c0c0; height: 21px;}
div#footer p.copyright	{float:left; color:#999; padding:3px 5px 0 5px;}

input[type=text], select {
    border:solid 1px #C0C2B9;
    }

 #footer {
 	width:100%;
 	clear:both; 
 	color:#999;
 	font-size:90%;
 	}
/* end of structural styles */ 

/* inner div margin */


#left_col_inner, #right_col_inner {
	padding:.5em .5em 1em 1em;
	
	}
#content {
    background:#fff url(../../images/content_background.jpg) no-repeat scroll 0px 0px;
    margin-top:10px;
}
#content_active_view_bar {
    position:relative;
    height:30px;
    font-weight:bold;
    
}
.view_active, .view_inactive {
   
    float:left;
    width: 210px;
    border-right:solid 2px #fff;
    height:30px;
    color:White;
    font-size:1.2em;
    padding:0.4em 0 0 0.7em;
    text-transform:uppercase;
}
.view_active {
     background-color:#BA0F26;
}
.view_inactive {
     background-color:#85B2CC;
}


/* end inner div margins */


/* Text Formatting */
#language_selection a		{color:#999; font-size:1.1em; text-decoration:none; display:inline; padding:3px 0px 0px 0px}
#language_selection a:hover,
#language_selection a.active{color:#000}
h2 {font-size:1.3em; font-weight:normal; text-transform:uppercase; color:#333; margin:10px 0 5px 0;}
h3    	{font-size:15px}
h4 {color:#666; font-size:1em; text-transform:uppercase; font-weight:bold; margin:8px 0 4px 0; letter-spacing:0.07em}


/*.Link_Top {
	color: #005B9B;
	font-weight: bold;
	line-height: 1.5em;
}
a.Link_Top:link {
	color: #005B9B;
	font-weight: bold;
	line-height: 1.5em;
	text-decoration: underline;
}
.Link_Top:visited {
	color: #005B9B;
	font-weight: bold;
	line-height: 1.5em;
	text-decoration: underline;
}
*/

/*input[type=text] { border:1px solid #005B9B; }*/
