/**
 * Seite: www.akademie-sankelmark.de
 * Datei: start_screen.css
 * Media: screen
 *
 * Datum: 2007-08
 * Autor: Maria Kabs, Ticcon AG
 ****************************************************************************************************/
* {
	margin: 0;
	padding: 0;
}

.hidden {
	display: none;
}

#content a:link,
#content a:visited {
	color: #ff0033;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

hr {
	background-color: #002b69;
	border: none;
	height: 1px;
}

*+HTML hr {
	margin-top: -7px;
}

*HTML hr {
	margin-top: -7px;
}

h3 {
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
}

LI {
	margin-left: 15px;
	list-style-type: square;
}

html, body {
	height: auto;
	margin: auto;
	height: 100%;
	padding-bottom: 1px;
	background-image: url("/~admin55/fileadmin/www.akademie-sankelmark.de/images/bg.jpg");
	background-repeat: repeat-y;
	background-position: top center;
}

body {
	text-align: center;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #002b69;
	line-height: 16px;
	background-image: url("/~admin55/fileadmin/www.akademie-sankelmark.de/images/hg.jpg");
	background-repeat: repeat-x;
	background-position: top center;
	
}

*HTML #container-start {
	background-image: url("/~admin55/fileadmin/www.akademie-sankelmark.de/images/bg.jpg");
	background-repeat: repeat-y;
	height: 120%;
}

#container-start {
	width: 800px;
	height: 100%;
	text-align:left;
	margin: auto;
	top: 33%;
	left: auto;
	right: auto;
}

/****************************************************************************************************
 * SEITENAUFBAU
 ****************************************************************************************************/

#header {
	padding-top: 10px;		
	width: 800px;
	background-color: #ffffff;
}

#logo {
	margin-left: 151px;
	margin-top: 20px;
	margin-bottom: 8px;
}

*HTML #trenner {
	position: relative;
	top: 8px;
	width: 801px;
	height: 23px;
	/*background-color: #0066cc;*/
	background-color: #012a68;
}

/****************************************************************************************************
 * NAVIGATION
 ****************************************************************************************************/

#navi-main {
	float: left;
	margin-top: -23px;
	margin-left: 1px;
	width: 154px;
}

*HTML #navi-main {
	width: 151px;
	margin-left: 0px;
	border-left: 1px solid #c8c8c8;
}

*+HTML #navi-main {
	margin-left: 2px;
}

#navi-basis {
	margin-top: 45px;
	margin-left: 154px;
	padding-left: 2px;
	border-top: 1px solid #002b69;
	border-bottom: 1px solid #002b69;
}

/****************************************************************************************************
 * CONTENT
 ****************************************************************************************************/

#content {
	margin-left: 26px;
	margin-top: 22px;
	float: left;
	/*clear:left;*/
	font-size: 12px;
	width: 500px;
}

/*
html {
	height: auto;
	margin: auto;
	height: 100%;
	padding-bottom: 1px;
}

body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url("/~admin55/fileadmin/www.akademie-sankelmark.de/images/bg_start.jpg");
	background-repeat: repeat-y;
	background-position: top center;
}

#container_start {
	width: 800px;
	margin: auto;
	top: 33%;
	left: auto;
	right: auto;
}

#start_bild {
	float: left;
	padding-top: 220px;
}
*/
