/* 
	KIRA - 
*/



body,h1,h2,h3,p,a,span,div,li,ul,td {
	margin: 0; padding: 0;
	font-family: Arial,sans-serif;
	font-size: 14px; /* ALLE SCHRIFTGROESSEN */
}


body.title {
	background: #bd3739 url(/images/bg.gif) repeat-x 0 0;
	text-align: right;
}

/* SEITEN UEBERSCHRIFT */
body.title h1 {
	font-size: 14px;
}

body.main {
	background: #fff;
	background: #fff bottom left fixed url(/images/zeichen2.gif) no-repeat;
}


a {
	color: #bd3739;
	text-decoration: none;
	font-weight: bold;
}

a img{
	border: 0;
	margin-right: 5px;
}


body.title #title {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-left: 30px;
}



/* --- WELCOME --- */
#welcome {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #bd3739;
	cursor: pointer;
}



/* --- MENU --- */
#menu {
	position: absolute;
	right: 0;
	top: 0;
	width: 200px;
}

#menu ul {
	height: 1%;
}

#menu, #menu ul {
	list-style: none;
	overflow: hidden !important;
	display: block;
}

#menu li {
	text-align: right;
	overflow: hidden;
	display: block;
}

#menu li a {
	font-weight: bold;
	color: #bd3739;
	text-decoration: none;
	text-align: right;
	line-height: 30px;
	padding: 5px;
	padding-right: 30px;
}

#menu li li a {
	font-weight: normal;
}

#menu li a:hover, #menu li a.onselect {
	background-color: #bd3739;
	color: white;
}

#menu li li a:hover, #menu li li a.onselect {
	background-color: #fff;
	color: #000;
	font-weight: bold;
}






/* --- CONTENT --- */

#content {
	margin-left: 30px;
	margin-right: 300px;
	margin-bottom: 50px;
	overflow: hidden;
	clear: both;
}

#content h1, #content h2 {
	text-align: left;
	margin-bottom: 15px;
}

#content h1 {
	text-transform: uppercase;
}


/* ZWISCHEN UEBERSCHRIFTEN */
#content h2 {
	font-size: 14px;
}


#content h3 {
	font-weight: bold;
	text-align: left;
}

#content label {
	padding-right: 20px;
}


/* TEXTBLOECKE */
#content p, #content li {
	font-size: 14px;
	margin-bottom: 30px;
}


#content img.inline {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#content ol li {
	margin-bottom: 10px;
}

#content ol ol {
	list-style-type: lower-latin;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content ul.enum {
	list-style-type: square;
	margin-left: 20px;
}

#content ol.enum_rom {
	list-style-type: upper-roman;
	margin-left: 20px;
}

#content ol.enum {
	list-style-type: decimal;
	margin-left: 20px;
}

#content ul.enum li {
	margin-bottom: 0;
}


#content ul.persons, #content ul.persons ul {
	margin-left: 20px;
	list-style: none;
}

#content ul.persons li {
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight: bold;
}

#content ul.persons li span {
	font-weight: normal;
	display: block;
}


#content ul.persons ul {
	margin-left: 20px;
}

#content a.downloadlink {
	line-height: 40px;
	height: 40px;
	text-align: right;
	clear: left;
	overflow: hidden;
	margin-left: 10px;
}



/* --- CONTENT - FORM --- */

#content form p {
	margin: 2px 0;
	clear: both;
	overflow: hidden;
}

#content form p label {
	float: left;
	width: 150px;
	display: block;
}

#content form p b {
	color: #bd3739;
	display: none;
	text-align: center;
}

#content form input.text, textarea {
	width: 350px;
	border: 1px solid #000;
}

#content form span {
	color: #888;
}


/* --- some --- */

.tspacer {
	margin-top: 20px;
}

