/*           Basis CSS-Datei für KDFB München      */
/*-------------------------------------------------*/
/* Autor   : Christian Heindl, Agitos Websolutions */
/* Erstellt: 27.02.2008                            */





/*****************************************************************************************/

/*
	The below are borrowed from YUI's reset style sheets for pages and fonts.
	We've verified w/ the YUI development team that these are entirely
	copyright Yahoo, written entirely by Nate Koechley and Matt Sweeney without
	external contributions.

	Copyright (c) 2007, Yahoo! Inc. All rights reserved.
	Code licensed under the BSD License:
	http://developer.yahoo.net/yui/license.txt
	version: 2.2.1
*/

body, div, dl, dt, dd, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

fieldset, img {
	border: 0 none;
}

address, caption, cite, code, dfn, th, var {
	font-style: normal; 
	font-weight: normal;
}

caption, th {
	text-align: left;
}

q:before, q:after {
	content:"";
}

abbr, acronym {
	border:0;
}
/* End YUI imported code. */

/*****************************************************************************************/


/* Basis Container */

html {
	height: 100%;
	min-height: 100%;
}

body {
	background-color: #778DBC;

	height: 100%;
	min-height: 100%;

	font-family: Arial, sans-serif, Verdana;
	font-size: 10pt;
}

td {
	font-family: Arial, sans-serif, Verdana;
	font-size: 10pt;
	color: #005FA0;
}

#container {
	margin-left: auto;
	margin-right: auto;

	background-image: url(../images/container_bg.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;

	width: 936px;

	min-height: 100%;
}

#header {
	margin-left: 28px;
	margin-right: 28px;

	width: 880px;
	height: 142px;
}

#printheader {
	display: none;
	visibility: hidden;
}

#menucontainer {
	margin-top: 7px;
	margin-left: 28px;
	margin-right: 28px;

	padding: 0px;

	width: 880px;
}

#menucontainer table {
	width: 100%;

	margin: 0px;
	padding: 0px;
}

#main {
	margin-left: 28px;
	margin-right: 28px;
	margin-top: 22px;

	width: 880px;
}

#contentcontainer {
	float: left;

	padding-left: 20px;

	border-left-color: #D15094;
	border-left-width: 1px;
	/*border-left-style: solid; */
}

#rootline {
	font-size: 80%;

	padding-bottom: 3px;

	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #D15094;
}

#content {
	line-height: 14pt;
}

#leftcolumn {
	width: 700px;
	margin: 0px;

	float: left;

	padding: 0px;
	padding-right: 20px;
	
	/*border: 2px solid red;*/
}

#rightcolumn {
	width: 250px;
	margin: 0px;
	margin-right: 20px;

	float: right;

	padding: 0px;
	padding-right: 20px;
	
	/*border: 2px solid red;*/
}

/*****************************************************************************************/


/* MENU */
#menu table {
	border-width: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

#menu td {
	font-size: 100%;
	text-align: center;

	padding-top: 5px;
	padding-bottom: 5px;
}

#menu a {
	font-weight: bold;
	text-decoration: none;
}

td.menu_active {
	background-color: #D15094;
}

td.menu_active a {
	color: #FFFFFF;
}

td.menu_inactive {
	background-color: #FFFFFF;
}

td.menu_inactive a {
	color: #005FA0;
}
td.menu_inactive:hover {
	background-color: #D15094;
}
td.menu_inactive:hover > div > a, td.menu_inactive:hover > a {
	color: #FFFFFF;
}

div.menulayer {
	background-color: #FCDCEF;
	
	border-color: #D15094;
	border-width: 1px;
	border-style: solid;

	line-height: 18pt;
}

div.menulayer a {
	padding-left: 15px;
	padding-right: 25px;

	padding-top: 3px;
	padding-bottom: 3px;

	text-decoration: none;

	color: #D15094;
}

div.menulayer a > img {
	background-image: url(../images/list_bullet.gif);
	background-repeat: no-repeat;
}

div.menulayer a:hover {
	background-color: #D15094;
	color: #FFFFFF;
}

div.menulayer a:hover > img {
	background-image: url(../images/list_bullet_white.gif);
	background-repeat: no-repeat;
}


/*****************************************************************************************/


/* Rootline/Breadcrumb Menu */

#rootline a {
	color: #005FA0;
}

#rootline a:hover, #rootline a:active {
	color: #D15094;
	text-decoration: none;
}



/*****************************************************************************************/


/* Blue/Pinkboxen */


#leftcolumn div.bluebox {
	width: 140px;
	background-color: #D3E5FF;

	background-image: url(../images/bluebox_left_bg.gif);
	background-position: right bottom;
	background-repeat: no-repeat;

	margin: 0px;
	margin-bottom: 20px;

	padding: 10px;
	padding-bottom: 15px;

	color: #005FA0;
}

#content div.bluebox {
	max-width: 675px;
	background-color: #D3E5FF;

	background-image: url(../images/bluebox_center_bg.gif);
	background-position: left bottom;
	background-repeat: no-repeat;

	margin-top: 20px;
	margin-bottom: 20px;

	padding: 10px;
	padding-bottom: 15px;

	color: #005FA0;
}

#leftcolumn div.pinkbox {
	width: 140px;
	background-color: #FCDCEF;

	background-image: url(../images/pinkbox_left_bg.gif);
	background-position: right bottom;
	background-repeat: no-repeat;

	margin: 0px;
	margin-bottom: 20px;

	padding: 10px;
	padding-bottom: 15px;

	color: #D15094;
}

#content div.pinkbox {
	max-width: 675px;
	background-color: #FCDCEF;

	background-image: url(../images/pinkbox_center_bg.gif);
	background-position: left bottom;
	background-repeat: no-repeat;

	margin-top: 20px;
	margin-bottom: 20px;

	padding: 10px;
	padding-bottom: 15px;

	color: #D15094;
}


div.bluebox a.black_header {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

div.bluebox a.blue_text {
	font-weight: normal;
	color: #005FA0;
	text-decoration: none;
	font-size: 8pt;
}

div.bluebox a {
	color: #005FA0;
	font-weight: bold;
}

div.bluebox li a, div.pinkbox li a {
	font-weight: normal;
	text-decoration: none;
}

div.bluebox li a:hover, div.bluebox li a:active, div.pinkbox li a:hover, div.pinkbox li a:active {
	text-decoration: underline;
}

/*****************************************************************************************/


/* General content */

h1 {
	font-size: 170%;
	font-family: Arial;
	font-weight: bold;

	margin-top: 30px;
	margin-bottom: 15px;

	color: #D15094;
}

h2 {
	font-size: 150%;
	color: #D15094;

	margin-top: 25px;
	margin-bottom: 12px;
}

h3 {
	font-size: 135%;
	color: #D15094;

	margin-top: 20px;
	margin-bottom: 10px;
}

h4 {
	font-size: 120%;
	color: #005FA0;

	margin-top: 15px;
	margin-bottom: 8px;
}

h5 {
	font-size: 110%;
	color: #D15094;

	margin-top: 10px;
	margin-bottom: 4px;
}

h6 {
	font-size: 100%;
	color: #D15094;

	margin-top: 5px;
	margin-bottom: 0px;
}

ul {
	margin: 0px;
	padding-left: 15px;
	line-height: 16pt;

	list-style-image: url(../images/list_bullet.gif);
}

a {
	color: #005FA0;
	font-weight: bold;
}

a:hover, a:active {
	color: #D15094;
}

blockquote {
	font-style: italic;

	margin-left: 30px;
	margin-right: 30px;
}

.small {
	font-size: 8pt;
}

td.error {
	font-weight: bold;
	color: red;
}

/*****************************************************************************************/


/* Input Forms */

input, select {
	font-weight: bold;

	background-color: #FFFFFF;

	border-style: solid;
	border-color: #D15094;
	border-width: 1px;

	padding-left: 5px;
	padding-right: 5px;
}

input[type="checkbox"] {
	border-style: none;
}

select {
	padding: 0px;
}

.pinkbox input {
	color: #D15094;
}


textarea {
	font-weight: bold;

	background-color: #FFFFFF;

	border-style: solid;
	border-color: #D15094;
	border-width: 1px;

	padding-left: 5px;
	padding-right: 5px;
}
