/*
FARBEN -----------------

Logo hellblau		1e5a93
Logo dunkelblau		113454
Logo lila			72355d

------------------------

GEÄNDERTER STYLE FÜR NEUE BUTTONS!!!!
*/

body
{
	font-size: 14px;
	margin: 0;
	padding: 0;
	background-color: #113454;
	font-family: Arial, Verdana, Tahoma, "Nimbus Sans L", Helvetica, "Sans Serif";
}

img, div, form
{
	border: none;
	margin: 0;
	padding: 0;
}

textarea, input
{
	border: 1px solid silver;
}

a
{
	text-decoration: none;
	color: #1e5a93;
}

a:active, a:focus{
	outline: none;
}

a:hover
{
	color: #72355d;
}

li
{
	margin-bottom: 5px;
}

ul
{
	list-style-image: url(./img/bullet.gif);
	text-align: left;
	list-style-position: outside;
	color: #113454;
	
	/* IE-Fix, damit die Leiste eingerückt wird*/
	* html margin-left: 40px;
}

#main
{
	margin-top: 20px;
	text-align: left;
	width: 800px;
	overflow: visible;
	height: 494px;
	position: relative;
}

#linkbox
{
	line-height: 1.5;
	position: absolute;
	top: 123px;
	left: 50px;
	width: 150px;
}

#header
{
	width: 823px;
	height: 130px; /* vorher 125px */
	background: url('./img/header.gif') no-repeat;
}

#navbar
{
	position: relative;
	top: 105px; /* vorher 100px */
	right: 23px;
	height: 25px;
	overflow: hidden;
	text-align: right;
	padding-right: 12px;
}

#footer
{
	background: url('./img/footer.gif') no-repeat;
	width: 823px;
	height: 48px;
	position: relative;
}

#navbar a
{
	margin-left: 10px; /* mit anderen buttons 34 */
}

#page
{
	position: relative;
	border: none;
	background: url('./img/shadow.gif');
	width: 823px;
}

#content
{
	position: relative;
	color: gray;
	line-height: 1.5;
	margin-left: 250px;
	margin-top: -30px;
	padding-bottom: 40px;
	text-align: justify;
	width: 500px;
	min-height: 500px;
	overflow: visible;
}

.indent
{
	line-height: 2;
	padding-left: 10px;
	border-left: 2px solid silver;
	text-align: left;
}

.s_headline
{
	font-weight: bold;
	color: #1e5a93;
}

.headline
{
	position: relative;
	display: block;
	margin-top: 30px;
	margin-left: -30px;
	margin-bottom: 20px;
}

.feld
{
	width: 200px;
	margin: 4px 0 4px 0;
	font-family: tahoma;
	font-size: 13px;
}

.notify
{
	top: 100px;
	left: -100px;
	right: 0px;
	position: absolute;
	height: 223px;
	z-index: 100;
}

.notify_button
{
	border: 2px solid #72355d;
}

.notify_text
{
	position: absolute;
	top: 80px;
	left: 20px;
	width: 458px;
	font-size:14px;
	font-weight: bold;
	color: #113454;
	text-align: left;
}

.notify a
{
	position: absolute;
	width: 120px;
	height: 24px;
	bottom: 43px;
	left: 360px;
}

.quote
{
	background: url('./img/quote.gif') no-repeat;
	text-align: left;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-left: 30px;
	padding-top: 10px;
	color: #1e5a93;
	font-style: italic;
}
/* Anmeldeformular */
#login_box{
	position: relative;
	margin: 0 auto;
	margin-top: 200px;
	background-color: white;
	width: 350px;
	height: 180px;
	border: 6px solid silver;
	-moz-border-radius: 20px;
}
/* Box, die den angemeldeten Benutzer anzeigt */
#session_box{
	position: absolute;
	top: 20px;
	left: 20px;
	border: 2px solid white;
	padding: 10px;
	color: white;
	background-color: #1e5a93;
}
/* Textfeld zum Bearbeiten der Inhalte */
.cms_textarea {
	width: 498px;
	font-family: Arial;
	font-size: 14px;
	line-height: 1.5;
}
