/* Allgemeines */

logo {

}

body {
    margin: 0px;
    padding: 0px;
    font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 13px;
    color: #333333;
    text-align: center;
}

#container {
	width: 95%;
	margin: auto auto;
	padding: 20px;
	text-align: left;
}

.vmiddle {
	vertical-align: middle;
}

.vtop {
	vertical-align: top;
}

.clear {
    clear: both;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

hr {
    width: 96%;
    border: 0px;
    color: #666666;
    background: #666666;
    height: 1px;
}

/* Links */
a:link {
	color: #000080;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #000080;
}

a:hover {
	text-decoration: none;
	color: #000080;
}

a:active {
	text-decoration: none;
	color: #000080;
}

/* Seitenelemente */

#header {
    background: url(../images/head_bg.gif) repeat-x top left;
    text-align: left;
}

#breadcrumb {
	margin-bottom: 10px;
}

#left {
	padding: 5px;
	float: left;
	width: 650px;
}

#right {
	width: 260px;
	padding: 5px;
	float: right;
}

#footer {
	margin: 0px;
	padding: 3px;
	background: #000080 url(../images/menu_bg.gif) repeat-x;
	color: #ffffff;
	font-weight: bold;
	border-bottom: 2px solid #000099;
	border-top: 2px solid #006600;
	text-align: center;
	font-size: 10px;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color: #ffffff;
}

/* Navigation */

ul.navtop {
    list-style: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: right;
	background: #000080 url(../images/menu_bg.gif) repeat-x;
	color: #ffffff;
	font-weight: bold;
	border-bottom: 2px solid #000099;
	border-top: 2px solid #006600;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px;
}

html>body ul .navtop {
	float: right;
}

ul.navtop li {
    list-style: none;
	margin: 0px;
	padding: 0px 2px 0px 0px;
	float: left;
	background: url(../images/menu_sep.gif) repeat-y top right;
}

ul.navtop a, ul.navtop a:visited {
	font-weight: bold;
	float: left;
	padding: 4px 15px 4px 15px;
	text-decoration: none;
	color: #ffffff;
}

ul.navtop a:hover {
	background: #000080 url(../images/menu_bg2.gif) repeat-x;
	text-decoration: none;
	color: #ffffff;
}

ul.navtop a.active {
	background: #000080 url(../images/menu_bg2.gif) repeat-x;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
}

/* Formulare */

.input_text {
    font-family: "Segoe UI", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	padding: 2px;
	width: 570px;
	border: 1px solid #cccccc;
	background: #ffffff url(../images/input_bg.gif) repeat-x;
}

.input_text:hover {
	border: 1px solid #000080;
}

.input_text:focus {
	border: 1px solid #000080;
}

.input_text_searchbox {
    width: 140px;
    padding: 3px 3px 3px 25px;
    background: #ffffff url(../images/search.gif) no-repeat 3px 3px;
    margin: 10px 10px 0px 0px;
    font-family: "Segoe UI", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    color: #333333;
	font-size: 12px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
}

.input_text_searchbox:hover {
	border: 1px solid #000080;
}

.input_text_searchbox:focus {
	border: 1px solid #000080;
}

.input_textarea {
    font-family: "Segoe UI", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	padding: 2px;
	width: 570px;
	height: 200px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	background-image: url(../images/input_bg.gif);
	background-repeat: repeat-x;
}

.input_textarea:hover {
	border: 1px solid #000080;
}

.input_textarea:focus {
	border: 1px solid #000080;
}

.input_submit {
    font-family: "Segoe UI", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	padding: 3px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	background-image: url(../images/input_bg.gif);
	background-repeat: repeat-x;
}

.input_submit:hover {
	border: 1px solid #000080;
}

.input_submit:focus {
	border: 1px solid #000080;
}

.input_extra {
    font-family: "Segoe UI", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	padding: 2px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	background-image: url(../images/input_bg.gif);
	background-repeat: repeat-x;
}

.input_extra:hover {
	border: 1px solid #000080;
}

.input_extra:focus {
	border: 1px solid #000080;
}

.input_text_small {
    font-family: "Segoe UI", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	padding: 2px;
	width: 270px;
	border: 1px solid #cccccc;
	background: #ffffff url(../images/input_bg.gif) repeat-x;
}

.input_text_small:hover {
	border: 1px solid #000080;
}

.input_text_small:focus {
	border: 1px solid #000080;
}

.input_text_login {
    	font-family: "Segoe UI", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	padding: 2px;
	width: 200px;
	border: 1px solid #cccccc;
	background: #ffffff url(../images/input_bg.gif) repeat-x;
}

.input_text_login:hover {
	border: 1px solid #000080;
}

.input_text_login:focus {
	border: 1px solid #000080;
}

/* Listen */

ul, ul.usercpnav {
	list-style-image: url(../images/list_bullet2.gif);
	list-style-position: outside;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	padding: 0px;
	margin: 0px;
	}

li {
	padding: 0px;
	margin: 0px 0px 0px 15px;
}

/* Headlines */

h1 {
    font-size: 22px;
    color: #000066;
    margin: 0px;
    padding: 0px;
    font-weight: bold;
    line-height: 30px;
    font-family: "Segoe UI", Tahoma, Verdana, sans-serif;
}

#header h1 {
    font-size: 8px;
    display: none;
}

h2 {
    font-size: 14px;
    color: #009900;
    border-bottom: 1px solid #009900;
    font-weight: bold;
    margin: 15px 0px 5px 0px;
    padding: 0px;
    font-family: "Segoe UI", Tahoma, Verdana, sans-serif;
    text-transform: uppercase;
}
    
h3 {
    font-size: 13px;
    color: #000080;
    font-weight: bold;
    margin: 10px 0px 0px 0px;
    padding: 0px;
    font-family: "Segoe UI", Tahoma, Verdana, sans-serif;
}

/* Messages */

.message_yes {
    background: #ccffcc url(../images/message_yes.gif) repeat-x;
    color: #333333;
    border-top: 2px solid #00cc00;
    border-bottom: 2px solid #00cc00;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.message_no {
    background: #ffcccc url(../images/message_no.gif) repeat-x;
    color: #333333;
    border-top: 2px solid #cc0000;
    border-bottom: 2px solid #cc0000;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.message_info {
    background: #ffff99 url(../images/message_info.gif) repeat-x;
    color: #333333;
    border-top: 2px solid #ff9900;
    border-bottom: 2px solid #ff9900;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 5px;
}

/* Sonstiges  */

.modnotice {
	background: #00FF00 url(../images/mod_bg.gif) repeat-x;
	padding: 8px;
	margin: auto auto;
	border: 1px solid #008000;
	color: #000000;
	font-size: 12px;
}

fieldset {
	background: #efefef;
	border: 1px solid #bbc1c8;
	padding: 3px 5px 3px 10px;
	margin: 0px 0px 5px;
}

legend {
	border: 1px solid #000080;
	padding: 1px 10px 0px;
	font-weight: bold;
	background: #ffffff;
	margin: 0px;
}

.code {
	background: #ffffff;
	border: 1px dashed #bbc1c8;
	color: #333333;
	padding: 0px 4px;
	margin: 10px auto;
	font-family: Monaco, Consolas, Courier, monospace;
    font-size: 12px;
	word-wrap: break-word;
	overflow: auto;
}

/* Forum */
.separator {
    list-style-type: none;
	list-style-image: none;
}

.usercpnav li {
    margin-left: 0px;
}


/* Download anbieten */

.list_content {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:none;
	font-size:10px;
	color:#666666;
	padding-left:10px;
	padding-top:3px;
	padding-bottom:3px;
	padding-right:24px;
	width:520px;
	background-color:#E8E8E8;
	margin:0px;
    line-height: 18px;
	}

.list_content2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	font-size:10px;
	color:#666666;
	padding-left:10px;
	padding-top:3px;
	padding-right:24px;
	padding-bottom:3px;
	width:520px;
	background-color:#d0d0d0;
	margin:0px;
    line-height: 18px;
	}

.list_content3 {
	font-style:italic;
        font-size:10px;
	text-decoration:none;
	color:#000000;
	padding-left:10px;
	padding-top:3px;
	padding-right:24px;
	padding-bottom:3px;
	width:520px;
	background-color:#F4F4F4;
	margin:0px;
    line-height: 18px;
	}

/* Tabellen */

.table {
	vertical-align: top;
	margin-right:40px;
	margin-left:40px;
	}

.sommerfeschd {
    margin: 0px;
    padding: 0px;
    font-family: "Segoe UI", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 24px;
    text-align: center;
}

.sommerfeschd2 {
    font-family: "Segoe UI", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
    font-size: 50px;
    text-align: center;
}

.bo1 {
	font-weight:bold;
    font-size: 16px;
    padding: 20px;
    text-align: center;
}

.postkarten {
    style="border: solid 1px #bfbfbf;
	background-color: white;
	padding: 1em;
	text-align: center;
	vertical-align: middle;
	float: left;

	margin-right: 0.5em;
	margin-bottom: 0.5em;
}

#sitemap{
	float: left;
	width:560px;
	padding:00px;

}
#sitemap .langsitemap{
	float: left;
	width:100px;
	padding:14px;
}

#sitemap .sitemaplevel1 ul{
}
#sitemap .sitemaplevel1 ul a.level1{
}

#sitemap .sitemaplevel2 ul{
}
#sitemap .sitemaplevel2 ul a.level2{
}
#sitemap .sitemapartikel ul{
	list-style: circle;
}
#sitemap .sitemapartikel li{
	list-style: circle;
}
#sitemap .sitemapartikel a{
}

/* Board Messages */

.board_message {
	background: #EFEFEF;
	color: #333333;
	border-top: 2px solid #D4D4D4;
	border-bottom: 2px solid #D4D4D4;
	padding: 5px;
  	margin-top: 10px;
        text-align: center;
}

.board_message_green {
        background: #008000 url(../images/message_green.gif) repeat-x;
        color: #ffffff;
        border-top: 2px solid #008000;
        border-bottom: 2px solid #008000;
        padding: 5px;
        margin-top: 10px;
        margin-bottom: 5px;
        text-align: center;
}

.board_message_red {
        background: #800000 url(../images/message_red.gif) repeat-x;
        color: #ffffff;
        border-top: 2px solid #800000;
        border-bottom: 2px solid #800000;
        padding: 5px;
        margin-top: 10px;
        margin-bottom: 5px;
        text-align: center;
}

.board_message_yellow {
        background: #C0C000 url(../images/message_yellow.gif) repeat-x;
        color: #333333;
        border-top: 2px solid #808000;
        border-bottom: 2px solid #808000;
        padding: 5px;
        margin-top: 10px;
        margin-bottom: 5px;
        text-align: center;
}

.board_message_blue {
        background: #000080 url(../images/message_blue.gif) repeat-x;
        color: #ffffff;
        border-top: 2px solid #000080;
        border-bottom: 2px solid #000080;
        padding: 5px;
        margin-top: 10px;
        margin-bottom: 5px;
        text-align: center;
}

.board_message_pink {
        background: #800080 url(../images/message_pink.gif) repeat-x;
        color: #ffffff;
        border-top: 2px solid #800080;
        border-bottom: 2px solid #800080;
        padding: 5px;
        margin-top: 10px;
        margin-bottom: 5px;
        text-align: center;
}

.board_message_grey {
        background: #202020 url(../images/message_grey.gif) repeat-x;
        color: #ffffff;
        border-top: 2px solid #202020;
        border-bottom: 2px solid #202020;
        padding: 5px;
        margin-top: 10px;
        margin-bottom: 5px;
        text-align: center;
}
