@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
}
a {
	text-decoration:none;
	color:#FFFFFF;
}
a:hover {
	text-decoration:underline;
}
th {
	color:#FFFFFF;
	font-style:italic;
	text-align:left;
}
td {
	height:20px;
}
ul {
margin:0;
}
li {
	padding-left:0px;
	margin-left:0px;
}
.tdspacer {
	height:10px;
}
.button{
	background-color:#F9EC90;
	width: 90%;
	color:#003366;
	font-weight:bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #666666;
}
input {
	border: 1px solid #FFFFFF;
	background-color:#006699;
}
textarea {
	border: 1px solid #FFFFFF;
	background-color:#006699;
}
#colorspacer {
	background-color: #3F1500; /*blau 2008 #081C27 | gruen 2009 #003300 */
	height: 16px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: ;
	text-align:right;
	font-size:10px;
	color:#F9EC90;
}
#content-wrapper {
	background-color:#BF4800; /*blau 2008 #1B61A2 | gruen 2009 #009900 */
	width:100%;
	height:auto;
}
.content-frame {
	width:950px;
	height:auto;
	float:left;
	background-color: #3F1500; /*blau 2008 #081C27 | gruen 2009  #003300*/
}
#colorline {
	background-image: url(../images/template/bg-colorline_2010.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 50px;
	width: 100%;
}


#content-right {
	float: right;
	height: 420px;
	width: 540px;
	background-image: url(../images/template/bg-content-right_2010.png);
	background-repeat: repeat-y;
	background-position: left top;

}

#content-left {
	float: left;
	height: 420px;
	width: 400px;
	background-image: url(../images/template/logo-meeting_2010.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color:#003300; /*blau 2008 #081C27 */
	border-right: 1px dotted #F9EC90;
}
.inhalt {
	width: 530px;
	margin: 12px auto auto auto;
	height:390px;
	color: #F9EC90;
	padding-left:10px;
}
.inhalt h1 {
	color:#ffffff;
	font-size:28px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	margin-bottom:10px;
	margin-top:5px;
}
.inhalt h2 {
	text-align:center;
	margin-top:4px;
	font-size:24px;
}
.inhalt h3 {
	font-size: 16px;
	border-bottom: 1px dotted #FFFFFF;
	color:#FFFFFF;
	margin-bottom:6px;
}
.footer-frame {	
	width:100%;
	height:auto;
	float:left;
	background-color:#efefef;
	padding:6px 0 6px 0;
	border-bottom:1px solid #081C27;
}

.footer-frame ul
{
	width: 100%;
	padding: 0;
	margin: 0 0 0 0px;
}
.footer-frame ul li
{
	list-style-type: none;
	float:left;
	text-align: center;
}
.footer-frame a
{
	display: block;
	height:65px;
	width: 100px;
	font-size:10px;
	text-decoration: none;
	margin: 8px; 0 0 20px;
	border: 1px solid #CCCCCC;

}
.footer-frame a:hover
{
	border: 1px solid #003366;
}
.galerie img {
	margin: 6px 8px 0 0;
	border:1px dotted #F60;
	float: left;
}