* {
	font-family:sans-serif;
	font-size:11px;
}

BODY {
	margin: 0px;
}

H2 {
	font-size: 14px;
	font-weight: 900;
	padding: 2px 0px 5px 0px;
	margin: 0px;
}

H3 {
	font-size: 13px;
	font-weight: 900;
	padding: 1px 0px 2px 0px;
	margin: 0px;
}

INPUT, TEXTAREA {
	border-color: #666;
	border-width: 1px;
}

A {
	color: black;
}



/**
  * Content
	*/
TD.content_border_left {
	background-color: #ff6633;
	vertical-align: top;
	text-align: right;
	width: 30px;
	padding: 0px;
}

TD.content_border_right {
	background-color: #6666ff;
	vertical-align: bottom;
	text-align: right;
	width: 30px;
	padding: 0px;
}

TD.content_left {
	width:75%;
	padding: 15px 5px 5px 10px;
	vertical-align: top;
}

TD.content_right {
	width:25%;
	padding: 15px 5px 5px 5px;
	vertical-align: top;
	/*
	background-image: url("../images/ko-logo_150.jpg");
	background-repeat: no-repeat;
	background-position: bottom left;
	*/
}




/**
  * Header
	*/
H1.bp_title {
	font-size:22px;
	color:white;
	font-weight:900;
	padding: 0px;
	margin: 0px;
}

.menu {
	background-color: #6666ff;
	background-image: url("../images/bg_menu.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
}

.menu A, .menu A:visited {
	color: white;
	font-size: 16px;
	font-weight: 900;
	text-decoration: none;
}

.menu A:hover {
	color: white;
	font-size: 16px;
	font-weight: 900;
	text-decoration: underline;
}




/**
  * Plan-Menu
	*/
TD.plan_menu, TD.plan_menu_a {
	padding: 5px 15px 5px 15px;
}

TD.plan_menu A, TD.plan_menu A:visited {
	color: white;
	font-size: 15px;
	font-weight: 200;
	font-style: italic;
	text-decoration:none;
}

TD.plan_menu_a A, TD.plan_menu_a A:visited {
	color: white;
	font-size: 15px;
	font-weight: 900;
	font-style: italic;
	text-decoration:none;
}





/**
  * Diverses
	*/
.info {
	background-color: #00AA00;
	color: white;
	font-weight: 900;
	padding: 3px;
}

.info A, .info A:visited, .error A, .error A:visited {
	color: white;
	text-decoration: none;
}

.error {
	background-color: #AA0000;
	color: white;
	font-weight: 900;
	padding: 3px;
}

