* {
	margin: 0;
	padding: 0;
}

body {
	margin-bottom: 50px;
	background: #70725D url(../images/img01.gif) repeat-x;
	font-family: Verdana;
	font-size: 13px;
	color: #666666;
}

img {
	border: none;
}

a {
	color: #467A87;
}

a:hover {
	text-decoration: none;
}


hr {
	margin: 15px 0px;
}

#wrapper {
	width: 660px;
	margin: 0 auto;
	background: url(../images/img02.gif) repeat-y;
}

/* Header */

#header {
	height: 200px;
	background: url(../images/img03.jpg) no-repeat;
}

#header h1, #header h2 {
	text-transform: uppercase;
	font-weight: normal;
}

#header h1 {
	letter-spacing: 5px;
	font-size: 30px;
}

#header h2 {
	margin-top: -8px;
	padding-left: 1px;
	letter-spacing: 3px;
	font-size: 12px;
}

#header a {
	text-decoration: none;
	color: #FFFFFF
}

/* Content */


.align-left {
	text-align:left;
}

.align-right {
	text-align:right;
}

.align-center {
	text-align:center;
}

.content {
	width: 370px;
	margin-left:240px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	overflow:hidden;
}


.content h1 {
	font-size:20px;
	font-weight:bold;
	margin:10px 0px;
}

.content_title {
	width: 370px;
	margin-left:240px;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:10px;
}
.content_title h1 {
	font-size:14px;
	font-weight:bold;
	border-bottom:1px solid #666;
}


.navigation {
	height: 20px;
	padding: 0 20px;
	font-size: 77%;
}

.navigation a {
}


/* Sidebar */

#sidebar {
	float: left;
	width: 210px;
	padding-left: 30px;
	color: #FFFFFF;
}

#sidebar ul,#sidebar ul.submenu  {
	list-style: none;
}

#sidebar li, #sidebar ul.submenu li {
	padding: 15px;
	background: url(../images/img05.gif) repeat-x left bottom;
}

#sidebar li li, #sidebar ul.submenu li {
	padding: 0 0 0 10px;
	background: url(../images/img06.gif) no-repeat left center;
	color: #FFFFFF;
}

#sidebar ul.submenu {
	margin-left:20px;
}

#sidebar h2 {
	margin-bottom: 15px;
	text-transform: uppercase;
	font-size: 100%;
	color: #B7B8AE;
}

#sidebar a {
	color: #FFFFFF;
}


/* Footer */

#footer {
	height: 61px;
	padding: 0 30px 0 0;
	background: url(../images/img07.gif) no-repeat;
	text-align: right;
	clear:left;
}

#footer p {
	padding: 1px 0 0 0;
	font-size: 77%;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}


/* Termine */

.termine_container {
	border-bottom:1px solid #666;
	margin-bottom:10px;
	padding-bottom:10px;
}

/* Float aufhebung für eigene Templates */
.clearer{float:none;clear:both;}



/* 2 Spalter  */
.zweispaltencontainer .linke-spalte,.zweispaltencontainer .rechte-spalte{float:left;}
.zweispaltencontainer .linke-spalte { width:50%;}
.zweispaltencontainer .rechte-spalte { width:50%;}



/* Rahmen */
.csc-textpic-border { border:2px solid #000000;}