/* CSS Document */

body
{
	background-color: #99CCFF;
	background-image:url(images/bgbars.gif);
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
	padding-top: 7px;
}

body, td, p, div
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a
{
	color: #630063;
}

h1
{
	height: 30px;
	width: 700px;
	text-indent: -32000px;
	overflow: hidden;
	background-repeat: no-repeat;
}

h2
{
	color: #005DAC;
	font-weight: bold;
	font-size: 16px;
}

input, select, textarea {
	color: #000000;
	background-color: #EEEEEE;
	border: 1px solid #005DAC;
	font: 12px Arial, Helvetica, sans-serif;
	padding: 2px;
}

input[type="checkbox"] {
	/*background-color: none;*/
	border: none;
}

input[type="submit"]:hover {
	background-color: #FFFFFF;
}

#maincontent img {
	/*border: 1px solid #005DAC;
	margin-left: 0px;*/
}

#wrapper
{
	width: 740px;
	margin-left: auto;
	margin-right: auto;
}

#header
{
	height: 124px;
	width: 740px;
	background-color: #EDE0E4;
	border-left: 1px solid #005DAC;
	border-right: 1px solid #005DAC;
}

#menubar
{
	width: 738px;
	height: 33px;
	/* Compensate the missing border */
	margin-left: 1px;
	margin-right: 1px;
}

#menuitems
{
	display: block;
	padding: 0px;
	margin: 0px;
	list-style-image: images/menu-divider.gif;
}


#menuitems li
{
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	padding-right: 18px;
	padding-left: 18px;

	padding-top: 0px;

	height: 33px;

	background-image: images/menu-divider.gif;
	background-position: right;
	background-repeat: no-repeat;
}

#menuitems li a
{
	font-size: 13px;
	color: #EDE0E4;
	text-decoration: none;
	font-weight: bold;
	margin-top: 8px;
	display: block;
}

#menuitems li.active a, #menuitems li a:hover
{
	color: white;
	text-decoration: underline;
}

.menu-divider
{
	display: block;
	float: left;
}

#mainarea
{
	padding: 20px;
	width: 700px;
	background-color: white;
	background-image: images/main-bg.gif;
	background-repeat: repeat-x;
	border: 1px solid #005DAC;
	border-top: none;
	border-bottom: 10px solid #005DAC;
}

#maincontent
{
	margin-bottom: 30px;
}

#maincontent img
{
	padding-left: 5px;
}

#maincontent li
{
	list-style: disc;
}

#contact
{
	margin-top: -20px;
	height: 50px;
	color: #230;
	padding-left: 20px;
	padding-top: 15px;
	border-left: 1px solid #ccc;
	float: right;
	width: 265px;
}

#contact a
{
	text-decoration: none;
/*	color: #230; */
	color: #0060FF;
	font-weight: bold;
	margin-bottom: 10px;
}

#contact a:hover
{
	text-decoration: underline;
	color: #0020FF;
}



#webma a
{
	text-decoration: none;
	color: #0060FF;
	font-weight: normal;
	margin-bottom: 10px;
}

#webma a:hover
{
	text-decoration: underline;
	color: #0020FF;
}

#kontaktlink a
{
	text-decoration: none;
	color: #0040FF;
	font-weight: normal;
	margin-bottom: 10px;
}

#kontaktlink a:hover
{
	text-decoration: underline;
	color: #0000FF;
}



#table_anmeldung table {
	border-collapse: collapse;
	border-top: 1px solid #B77FA4;
}

#table_anmeldung td {
	border-bottom: 1px solid #B77FA4;
	border-left: 1px solid #B77FA4;
	border-right: 1px solid #B77FA4;
	border-collapse: collapse;
	padding: 4px
}

#table_anmeldung tr:hover {
	background-color: #EEEEEE;
}

.table_anmeldung_header {
	font-weight:bold;
	background-color: #DCC2CA;
}

#homecontent
{
	margin-bottom: 30px;
	margin-left: -20px;
	margin-right: -22px;
}

#hometable
{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#home-heading-left, #home-heading-right
{
	height: 29px;
	width: 	277px;
	background-color: #690;
	cursor: pointer;
}

#home-heading-left h2, #home-heading-right h2
{
	display: none;
}

#home-heading-left
{
	background-image: url(images/content/home/title-coaching.gif);
	background-repeat: no-repeat;
}

#home-heading-right
{
	background-image: url(images/content/home/title-kursangebot.gif);
	background-repeat: no-repeat;
}

.home-cell
{
	background-image: url(images/content/home/cell-bg.gif);
	background-position: center;
	background-repeat: no-repeat;
	padding: 10px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;

	cursor: pointer;
}

.home-cell ul li
{
	margin-bottom: 5px;
}

.more-info
{
	text-align: right;
	padding: 5px;
	vertical-align: bottom;
}

.more-info a
{
	font-weight: bold;
	text-decoration: none;
}

.leftline
{
	border-left: 1px solid #ccc;
}
