
* {
	margin: 0;
	padding: 0;
}

html {
    height: 100%;
    overflow-y: scroll;
}

html > body #container {
    height: auto;
}
* html #container {
    height: 100%;
}
a {
	text-decoration: none;
	border: none;
	color: #4a3728;
}
li {
	list-style: none;
}

body {
	background: url(../gfx/body-back.png) 50% 0 repeat-y;
	font-size: 100.1%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: rgb(74,55,40);
}

#container {
	min-height: 300px;
   background:  url(../gfx/container-back.png) 50% 0 no-repeat;
}

#wrapper {
	width: 822px;
	margin: 0 auto;
}
#content-wrapper {
}

/**  
 * menu
 *
 */
#left {
	float: left;
	width: 187px;
	margin: 28px 0 0;
}

#left ul {
	
}
#left ul li {
	clear: both;
}
	clear: both;
}
#left ul li.first a {
	border-top: 1px solid #c1bead;
}
#left ul li a {
	display: block;
	float: left;
	line-height: 22px;
	height: 22px;
	border-bottom: 1px solid #c1bead;
	color: rgb(74,55,40);
	font-weight: bold;
	font-size: 0.7em;
	width: 173px;
	padding: 0 0 0 10px;
}
#left ul li.first a {
	border-top: 1px solid #c1bead;
}
#left ul li.spezial {
	background: url(../gfx/menu-active.png) 0 24px no-repeat;
	left: -13px;
	position: relative;
	padding: 24px 0 24px 12px;
	overflow: hidden;
	width: 187px;
}
#left ul li.spezial.first {
	background: url(../gfx/menu-active.png) 0 0 no-repeat;
	padding-top: 0;
}
#left ul li.spezial a {
	border-left: 1px solid #c1bead;
	border-right: 1px solid #c1bead;
	border-top: 1px solid #c1bead;	
}
#left ul li.spezial li {
	margin-left: -12px;
	
}
#left ul li.spezial + li a {
	border-top: 1px solid #c1bead;
}
#left ul li.spezial li.spezial {
	padding: 0;
	background: url(../gfx/menu-active.png) no-repeat;
	position: static;
	width: 200px;
}

#left ul li.spezial li a {
	margin: 0 0 0 12px;
	padding-left: 24px;
	background: url(../gfx/list-bullet.png)  10px 8px no-repeat;
	font-weight: normal;
	width: 159px;
	border-left: 1px solid #c1bead;
	border-right: 1px solid #c1bead;
	border-bottom: 1px solid #c1bead;
	border-top: none;
}
#left ul li.spezial li.spezial a {
	font-weight: bold;
}
/**  
 * content
 *
 */
#content {
	float: left;
	width: 357px;
	padding: 24px 35px;
	font-size: 0.75em;
}
#content h1.csc-firstHeader {
	margin-top: -0.2em;
}
#content h1 {
	font-size: 1.3em;
	margin: 2em 0 0.75em;
	padding: 0;
	line-height: 155%;
}
#content h3 {
	font-size: 1em;
	margin: 2em 0 0.5em;
	padding: 0;
	line-height: 125%;
}
#content h4 {
	font-weight: normal;
	font-size: 2.4em;
}
#content h5 {
	font-weight: normal;
	font-style: oblique;
	margin: 1em 0;
	font-size: 0.8em;
}
#content div.ka-handler h1 {
	cursor: pointer;
	font-size: 1em;
	margin: 1em 0 0em;
	padding: 0 0 0 15px;
	background: url(../gfx/list-bullet.png) 0 0.65em no-repeat;
	line-height: 175%;
}

#content a {
	text-decoration: underline;
}
#content a:hover,
#content a.no {
	text-decoration: none;
}
#content p {
	margin: 0 0 0.75em;
	line-height: 170%;
}
#content li {
	line-height: 170%;
	padding: 0 0 0.2em 20px;
	background: url(../gfx/list-bullet.png) 0 0.65em no-repeat;
}

#content table.contenttable {
	border-collapse: collapse;
	margin: 3em 0 0;
	border-bottom: 1px solid #c1bead;
}
#content table.contenttable td{
	border-top: 1px solid #c1bead;
	vertical-align: top;
	white-space: nowrap;
	padding-left: 10px;
	padding-top: 0.5em;
	
}
#content table.contenttable td p {

}
#content table.contenttable td.left {
	white-space: normal;
	padding-left: 0;
	padding-right: 10px;
}
#content table.contenttable td.left-border {
	white-space: normal;
	border-left: 1px solid #c1bead;
	width: 45%;
	vertical-align: middle;
}
#content table.contenttable tr.no-border td {
	border: none;
}
/**  
 * right
 *
 */
#right {
	margin: 5px 0;
	float: left;
	width: 222px;
	color: white;
	padding: 22px 0 22px 22px;
	font-size: 0.625em;
	line-height: 180%;
	width: 186px;
} 
#right p {
	margin: 0 0 0.75em;
}


/**  
 * head
 *
 */
#picture {
	margin: 25px 0 0;
	width: 187px;
	height: 187px;
	float: left;
}
#top-menu {
	height: 212px;
	width: 427px;
	float: left;
	position: relative;
}
#top-menu ul {
	border-left: 2px solid #a09996;
	height: 25px;
}
#top-menu li {
	display: block;
	float: left;
}
#top-menu li.spezial {
	background: #fdcc1a;
	padding: 0 0 10px;
}
#top-menu li.spezial a {
	background: #59514d;
}
#top-menu a {
	color: white;
	display: block;
	float: left;
	font-size: 0.625em;
	font-weight: bold;
	line-height: 25px;
	text-align: center;
	border-right: 2px solid #a09996;
	white-space: nowrap;
	letter-spacing: .1em;
}
#top-menu li.profil a {
	width: 60px;
}

#top-menu li.kond a {
	width: 90px;
}
#top-menu li.kont a {
	width: 67px;
}
#top-menu li.i a {
	width: 89px;
}

#top-menu li.zumstart a {
	font-weight: normal;
	width: 108px;
}
#top-menu h1 {
	position: absolute;
	left: 35px;
	top: 100px;
	font-size: 1.5em;
	font-weight: normal;
}
#top-menu p {
	font-size: 0.625em;
	line-height: 155%;
	position: absolute;
	left: 240px;
	top: 130px;
}

#start-link {
	height: 212px;
	background: url(../gfx/logo.png) 21px 60px no-repeat;;
	width: 208px;
	float: left;
}
#start-link a {
	display: block;
	line-height: 25px;
	font-size: 0.625em;
	color: white;
	padding-left: 10px;
}

/** 
 * classes
 *
 */
.align-right {
	text-align: right;
}
 
.profil_link{
	color: #FDCC1B;
	text-decoration: none;
	font-weight:bold;
}

.profil_link:hover{
	color:#fff;
}
