/* main.css | despecial.com | 12.2007 */

/*//// DEFAULT ////*/
body, html {
	font: normal 10pt Helvetica, "Trebuchet MS", sans-serif;
	text-align: left;
	float: left;
	margin: 0;
	padding: 0;
	background: #ffffff url("../_img/header2.jpg") no-repeat 185px 0px;
}

p, form, table, td, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0
}

img { border: none }

a:link,
a:visited { 
	color: #2E9CC0;
	text-decoration: none
}
a:hover,
a:active { 
	color: #23758F;
	text-decoration: none
}



/*//// Header ///*/
#logo {
	margin: 80px 0 0 55px;
}


/*/// CONTENT ///*/
#body {
	display:block;
	width: 1024px;
	margin-top: 60px;
}
#navigation {
	float: left;
	width: 200px;
	margin-right: 65px;
	margin-top: -3px;
}
#content {
	float: left;
	width: 500px;
	color: #474c53;
	font-size: 10pt;
	line-height: 18px;
}
.news {
	clear: both;
	margin-bottom: 30px;
}
.newstitle,
#content h2 {
	float: left;
	width: 100%;
	display: block;
	clear: both;
	border-bottom: 1px dotted #891419;
	margin-bottom: 5px;
	color: #891419;
}
.newstitle h1,
#content h2 {
	float: left;
	font-size: 10pt;
	font-weight: bold;
	margin: 0;
	padding-bottom: 2px
}
#content h2 {
	margin-bottom: 5px;
}
.newstitle span {
	float: right;
	font-size: 8pt;
	font-weight: normal;
	margin-top: 4px;
}
#content p {
	line-height: 18px;
	margin-bottom: 10px;
}
.teaser {
	clear: both;
	margin-bottom: 20px
}
.teaser img {
	margin-bottom: 20px
}

/*/// SIDEBAR ///*/
#sidebar {
	width: 150px;
	display: block;
	margin-left: 60px;
	float: left;
}
#sidebar h1 {
	width: 100%;
	border-bottom: 1px dotted #891419;
	font-size: 10pt;
	font-weight: bold;
	color: #891419;
	margin: 0 0 -10px 0;
	padding-left: 5px;
	padding-bottom: 2px
}
#sidebar h2 {
	font-size: 9pt;
	font-weight: bold;
	font-style: italic;
	color: #891419;
	padding-left: 5px;
	margin: 10px 0 0 0;
}
#sidebar p,
#sidebar p.last {
	display: block;
	margin-top: 12px;
	margin-bottom: -12px;
	border-bottom: 1px dotted #891419;
	padding: 5px 5px;
	width: 146px;
	font-weight: bold;
	font-size: 8pt;
	color: #025D81 
}
#sidebar p.last {
	border: none;
}

#sidebar a:link,
#sidebar a:visited {
	color: #2E9CC0;
	text-decoration: none
}
#sidebar a:hover,
#sidebar a:active {
	color: #23758F;
}

.agenda_normal {
	font-weight: normal;
	color: #7D858D
}
.agenda_active {
	font-weight: bold;
	color: #7D858D
}



#footer {
	clear: both;
	text-align: center;
	padding-top: 3	0px;
	margin: 20px 0;
	color: #891419;
	/* font: normal 8.5pt verdana, Helvetica, sans-serif */
    font-size: 9pt
}
.footerTxt {
	color: #7D858D;
}

.imgleft {
	margin: 0 15px 15px 0;
	float: left;
}



/* KONTAKT */
#content form { 
	float: left;
	margin-bottom: 10px
}
#content fieldset,
#content form input,
#content form textarea {
	border: 1px solid lightgrey;
	color: #7D858D
}
#content form label {
	display: block;
}
#content form input {
	width: 150px;
	font-size: 12px;
	background-color: #EAEDF5
}
#content form textarea {
	float: left;
	width: 400px;
	height: 250px;
	border: 1px solid lightgrey;
	background-color: #EAEDF5;
}
#content form .submit {
	background-color: #2E9CC0;
	border: 1px solid #23758F;
	color: white;
	font-weight: bold;
}

.teaserNav { margin-top: 20px }


/* NEWSLETTER */
#newsletter { 
	padding-top: 10px 
}
#newsletter h2 {
	width: 100%;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	color: #2E9CC0;
	padding-left: 5px;
	padding: 2px 0 2px 5px;
	margin: 20px 0 -10px 0;
	border-top: 1px dotted #2E9CC0;
	border-bottom: 1px dotted #2E9CC0;
	position:relative;
}
#sidebar #newsletter a {
	text-decoration: none;
	color: #2E9CC0;
	border: none
}

#nlform {
	display: none;
}
#nlform p {
	border: none;
}
#nlform input {
	font-size: 10px;
	color: #7D858D;
	border: 1px solid #2E9CC0;
	background-color: white;
	padding: 1px;
	width: 137px
}
#nlform .nlbutton1,
#nlform .nlbutton2 {
	text-align: center;
	background-color: #2E9CC0;
	color: white;
	font-size: 8pt;
	width: 80px;
	margin-left: 25px
}
#nlform .nlbutton2 {
	margin-left: 12px;
}