/* *****
 * CSS Document Content
 * 
 *
 * BASICS
 	NULLSTELLUNG
	LAYOUT ZENTRIEREN
	LAYOUT VERTIKAL AUSDEHNEN
	GRUNDEINSTELLUNGEN
	
 * LOGO
 * LINKE SPALTE
 * CONTENT
 *
 */
 

/* *****
 * 
 * BASICS
 *
 */

 
/* NULLSTELLUNG */

body {
	margin: 0;
	padding: 0;
	}

table,
tr,
td {
	margin: 0;
	padding: 0;
	border: 0 none;
	border-spacing: 0;
	border-collapse: collapse;
	}
		
p {
	margin: 0;
	padding: 0;
	}
	
ul,
li {
	margin: 0;
	padding: 0;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}
	
dl,
dt {
	margin: 0;
	padding: 0;
	}

img {
	border: 0 none;
}
	
	
/* LAYOUT ZENTRIEREN */

body {
	text-align: center; /* fuer IE */
	}

div#all-wrapper {
	position: relative;
	width: 960px;
	margin: 0 auto;
	
	text-align: left; /* fuer IE */
	}
	
	
/* LAYOUT VERTIKAL AUSDEHNEN */

div#left-column-wrapper,
div#content-wrapper {
	padding-bottom: 30000px;
	margin-bottom: -30000px;
	}
	
div#all-wrapper {
	overflow: hidden;
	}


/* GRUNDEINSTELLUNGEN */

body {
	background-image: url(../assets/bg.jpg);
	
	padding: 50px 0;
	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	}
	
div#all-wrapper {
	background-color: #fff;
	
	padding: 30px 18px;
	}

div#header {
	}

div#menu1 {
	height: 28px;
	border-top: #000 1px solid;
	border-bottom: #000 1px solid;
	
	padding: 1px 0 1px 283px;
	}
	
div#left-column-wrapper,
div#content-wrapper {
	padding-top: 30px;
	min-height: 250px;
	}
	
div#left-column-wrapper {
	float: left;
	width: 265px;
	}
	
div#menu2 {
	border-bottom: #000 1px solid;
	}

div#content-wrapper {
	float: right;
	width: 665px;
	}
			
h1 {
	font-size: 12px;
	font-weight: bold;
	}

h2 {
	font-size: 12px;
	}

h3 { 
	font-size: 10px;
	font-weight: bold;
	}

a:link, a:hover, a:focus, a:active, a:visited {
	color: #666;
	text-decoration: none;
	}

.bodytext {
	line-height: 1.4;
	}

/* *****
 * 
 * LOGO
 *
 */


/* *****
 * 
 * LINKE SPALTE
 *
 */

div#info {
	margin-top: 20px;
	
	font-size: 10px;
	color: #666;
	text-align: right;
	}

div.cag_pagebrowser {
	text-align: right;
	}
	
.cag-pagenumbers,
.cag-last {
	margin-right: -10px;
	}

.cag_pagebrowser li.cag {
	font-size: 10px;
	color: #000;
	text-decoration: none;
	}
	
.cag_pagebrowser li.cag a {
	font-size: 10px;
	text-decoration: none;
	}

/* *****
 * 
 * CONTENT
 *
 */
	
.spalte1-2 {
	float: left;
	width: 410px;
	padding-right: 20px;
	}
	
.spalte2-2 {
	float: left;
	width: 235px;
	}
	
	
.spalte1-3,
.spalte2-3 {
	float: left;
	width: 208px;
	padding-right: 20px;
	}
	
.spalte3-3 {
	float: left;
	width: 209px;
	}
	
	
	
td {
	vertical-align: bottom;
	}
	
.contenttable .bodytext {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0 10px 0px 0;
	}
	
.contenttable .bodytext img {
	margin-bottom: 2px;
	}


/* FORMULAR */

input {
	margin: 0;
	pading: 0;
	}

table.form {
	width: 450px;
	}

table.register tr.form-input {
	}

table.register tr.form-chkbox {
	}

table.register td.form-label {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	
	width: 140px;
	
	vertical-align: bottom;
	text-align: right;
	padding: 0 10px 10px 0;
	}
	
table.register td.form-input {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	}

table.register input.text {
	width: 300px;
	margin-bottom: 10px;
	}

table.register input.checkbox,
table.register td.chkbox-label p {
	margin-bottom: 10px;
	}

table.register td.form-ort {
	text-align: right;
	}
	
table.register input.plz {
	width: 45px;
	}
	
table.register input.ort {
	width: 250px;
	}
		

table.register td.chkbox {
	width: 20px;
	vertical-align: top;
	}
	
table.register td.chkbox-label {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;

	vertical-align: top;
}	


/* BILDERGALERIE */

div.wtgallery_list_firstofrow, 
div.wtgallery_list_centerofrow
{
	margin-right: 16px;
	margin-bottom: 16px;
}


h2.wtgallery_list,
.wtgallery_list_pagebrowser_area{
	display: none;
}
