/*----- Core Styles -----*/

body, td, th, div, a {
	line-height : 18px;
	color : #000000;
	font-size : 11px;
	font-family :  Arial, Verdana, Helvetica, sans-serif;
	}

input, select, textarea { 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	}

.headline {
	font-size : 16px;
	line-height : 22px;
	font-weight : bold;
	color : #B26E54;
	}
	
.text_small {
	font-size : 11px;
	color : #000000;
	}	

.headline_s {
	font-size : 16px;
	line-height : 45px;
	color : #B26E54;
	}

.headline_small {
	font-size : 11px;
	line-height : 22px;
	font-weight : bold;
	color : #B26E54;
	}

.headline_bg {
	background-color : #695744;
	color : #FFFFFF;
	font-size : 11;
	font-weight : bold;
	}
	
.brauner_txt {
	color : #B26E54;
	font-weight : bold;
	font-size : 11;
	}
	
.brauner_txt_underline {
	color : #B26E54;
	font-size : 11;
	font-style: italic;
	text-decoration : none;
	}
	
.tagung {
	padding: 0px;
	height : 104px;
	background-repeat: no-repeat;
	background-position: right; top;
	background-image: url("../pictures/meeting/tagungsraum_03.jpg");
	}

a:link, a:hover, a:visited {
	line-height : 18px;
	color : #000000;
	font-size : 11px;
	text-decoration : none;
	}

a:link.navlink, a:visited.navlink {
	color : #5A4A42;
	line-height : 20px;
	font-size : 11px;
	text-decoration : none;
	}
	
a:active.navlink  {
	color : #5A4A42;
	line-height : 20px;
	text-decoration : none;
	}
	
a:link.sublink, a:visited.sublink {
	color : #5A4A42;
	line-height : 16px;
	font-size : 11px;
	text-decoration : none;
	}

a:active.sublink  {
	color : #5A4A42;
	line-height : 16px;
	font-size : 11px;
	text-decoration : none;
	}

a:link.slink, a:visited.slink {
	color : #5A4A42;
	line-height : 14px;
	font-size : 9px;
	text-decoration : none;
	}

a:active.slink  {
	color : #5A4A42;
	line-height : 14px;
	font-size : 9px;
	text-decoration : none;
	}


a:link.imp, a:hover.imp, a:active.imp, a:visited.imp {
	color : #000000;
	font-size : 11px;
	text-decoration : none;
	}
	
a:link.blau, a:hover.blau, a:active.blau, a:visited.blau {
	color : #4650A2;
	font-size : 11px;
	text-decoration : none;
	}
	
a:link.braun, a:hover.braun, a:active.braun, a:visited.braun {
	color : #B26E54;
	font-size : 11px;
	font-weight : bold;
	text-decoration : none;
	}
	
body.templ {
	color : #000;
	background-color : #EAE6DD;
	margin-top : 30px;
	}

.white {
	background-color: #FFFFFF;
	}
	
.spc_top {
	height : 35px;
	background-color: #EAE6DD;
	}

body.nobody {
	color : #000;
	background-color : #8CDC16;
	margin : 0px;
	}

a.wlnk {
	color : #FFFFFF;
	font-weight : bold;
	font-size : 12px;
	}

div.main {
	margin : 10px;
	background-color: #FFFFFF;
	}

td.top {
	margin : 10px;
	background-color : #FAFAFA;
	border : solid 1px #DDDDDD;
	}

td.imp {
	color : #000000;
	font-size : 11px;
	padding-left : 10px;
	}

.spc_bl {
	height : 1px;
	background-color : #5A4A42;
	}
	
td.spc_re {
	height : 1px;
	background-color : #C17B71;
	}
	
.spx {
	height : 10px;
	}
	
.spxx_gr {
	height : 100px;
	background-color : #DEDAD1;
	}
	
.nav {
	width : 150px;
	height : 100%;
	padding-left : 10px;
	padding-top : 5px;
	background-color : #DEDAD1;
	}
	
.subnav {
	line-height : 18px;
	padding-left : 10px;
	}
	
td.cnt {
	height : 100%;
	padding-left : 10px;
	}

.bold {
	font-weight: bold;
}

  
/*----- Core Styles -----*/

form#callback label {
	width: 200px;
	display: block;
	float: left;
	margin: 0px 0px 15px 0px;
}

form#callback input, textarea {
	display: block;
	float: left;
	padding : 2px;
	border : 1px solid #5a4a42;
}

form#callback input, form#callback p select {
	width: 250px;
	padding : 2px;
	border : 1px solid #5a4a42;
}

form#callback p select {
	display: block;
	float: left;
}

form#callback p {
	clear: both;
}