/* Style.CSS für temporäre Seiten von on-line.com */

#page
{
	width: 750px;
	margin: 0px auto 2EM auto;
	
	overflow: hidden;
}

#kopf
{
	background-image: url(bilder_temp/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top; /* left/right top/bottom */
	
	padding: 50px 0px 20px 10px;
	margin-bottom: 2EM;
	text-align: right;
	
	border-bottom: 10px solid #003399;
}

#inhalt
{
	width: 500px;
	float: right;
}

#navigation
{
	width: 200px;
	float: left;
	padding: 0px 0px 0px 35px;
}


/* ######################################################################################################
** ### Schriften und Farben allgemeine HTML-Elemente ####################################################
** ######################################################################################################
*/

body
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
}


h1,h2,h3,h4,h5,h6 {display:block; color: #003399;}
h1 {font-size: 1.2EM; margin: 0px;}
h2 {font-size: 1.0EM; margin:0.4EM 0px 0.3EM 0px; padding: 0.2EM;}
h3, h4, h5 {font-size: 1.2EM; margin:0.4EM 0 0.3EM 0px;}
h4 {font-size: 1.0EM;}
h5 {font-size: 1.0EM; font-weight: normal;}

#inhalt img
{
	float: right;
	padding: 0px 0px 10px 10px;
}
.blau {color: #003399; }


/* ######################################################################################################
** ### Menü(s)                                             ##############################################
** ######################################################################################################
*/

a, a:visited {color: #003399; text-decoration: underline;}
a:hover, a:focus {color: #000000; text-decoration: none;}

#navigation ul {margin: 0px; padding: 0px;}

#navigation a, #navigation a:visited
{text-decoration: none;}
#navigation a:hover, #navigation a:focus
{color: #000000; text-decoration: underline;}

#navigation li {list-style: none;}
#navigation a {display: block; padding-bottom: 2EM;}

.link_sprache
{
	padding-left: 25px;
	
	background-repeat: no-repeat;
	background-position: left top; /* left/right top/bottom */
}

#link_en {background-image: url(bilder_temp/flagge_en.jpg);}
#link_de {background-image: url(bilder_temp/flagge_de.jpg);}
