/***** allgemein *****/
br.clr
{
	clear:both;
	line-height:0px;
	page-break-after:avoid;
}
a:link, a:visited, a:active
{
    color:#1010ff;
}
a:hover 
{
    color:#1010aa;
}
/***** ENDE allgemein *****/

/***** template *****/
body
{
    text-align:center;
	 background-color:#999;
	 background-color:#fdfdfd;
	 font-family:Verdana;
    font-size:13px;
}
div#subbody
{
    width:800px;
	 margin-left:auto;
	 margin-right:auto;
	 text-align:left;
}
div#header
{
    width:800px;
	 height:413px;
    background-image:url(/img/website_head.jpg);
    background-repeat:no-repeat;
}
div#headspacer
{
    height:80px;
}
div#headline
{
    width:340px;
	 height:100px;
	 margin-left:375px;
    margin-bottom:5px;
    font-size:15px;
}
div#headline img
{
    border:0px solid white;
	 display:block;
}
div#maintitle
{
    height:36px;
}
div#subtitle
{
    margin-bottom:5px;
}
div#headnavigator
{
    width:465px;
	 margin-left:255px;
}
div#footer
{
    width:800px;
	 height:332px;
    background-image:url(/img/website_foot.jpg);
    background-repeat:no-repeat;
}
div#footspacer
{
    height:120px;
}
div#footline
{
    width:360px;
	 height:130px;
	 margin-left:60px;
	 margin-top:10px;
}
div.footerbutton
{
    float:left;
	 margin:10px;
}
div.footerbutton a
{
}
div.footerbutton img
{
    border:0px solid white;
}

div#maincontainer
{
    width:800px;
    background-image:url(/img/website_mid.jpg);
    background-repeat:repeat-y;
}
div#menu
{
    width:185px;
	 margin-left:60px;
    margin-top:-30px;
	 float:left;
}
div#content
{
    text-align:left;
	 width:470px;
	 margin-left:10px;
	 margin-right:30px;
    margin-top:-200px;
	 float:left;
}
/***** ENDE template *****/

/***** menu *****/
div#menu a
{
    text-decoration:none;
	 display:block;
	 margin-bottom:5px;
}
ul.menu1, ul.menu2, ul.menu3
{
    list-style-type:none;
	 margin:0px;
	 padding:0px;
}
ul.menu1 li
{
    width:185px;
}
ul.menu2 li
{
    width:175px;
    margin-left:10px;
}
ul.menu3 li
{
    width:160px;
    margin-left:25px;
}
a.menu1,a.menu1:link, a.menu1:visited, a.menu1:active, a.menu1:hover 
{
    color:#fff;
	 background-color:#aaa;
	 text-align:center;
}
a.menu1:hover, a.menu1_on,a.menu1_on:link, a.menu1_on:visited, a.menu1_on:active, a.menu1_on:hover 
{
    color:#000;
	 background-color:#ccc;
	 text-align:center;
	 font-weight:bold;
}
a.menu2,a.menu2:link, a.menu2:visited, a.menu2:active, a.menu2:hover, 
a.menu3,a.menu3:link, a.menu3:visited, a.menu3:active, a.menu3:hover
{
    color:#000;
}
a.menu2:hover, a.menu2_on,a.menu2_on:link, a.menu2_on:visited, a.menu2_on:active, a.menu2_on:hover,
a.menu3:hover, a.menu3_on,a.menu3_on:link, a.menu3_on:visited, a.menu3_on:active, a.menu3_on:hover
{
    color:#aaa;
	 font-weight:bold;
}
div#menu a.menu_extra
{
    color:#990000;
    font-weight:bold;
}
/***** ENDE menu *****/

/***** content *****/
/** ueberschriften **/
h1
{
    /* FONT */
    font-weight:bold;
    font-size:32px;
    margin:0px;
    margin-bottom:0px;
}
h2
{
    /* FONT */
    font-weight:bold;
    font-size:18px;
    margin:0px;
    margin-bottom:5px;
}
h3
{
    /* FONT */
    font-weight:bold;
    font-size:16px;
    margin:0px;
    padding:10px 0px;
}
h4
{
    /* FONT */
    font-weight:bold;
    font-size:13px;
    margin:0px;
}

/** tabellen **/
table
{
    border:0px solid white;
    margin:0px;
    padding:0px;
	 width:450px;
	 border-spacing:0px;
}
tr
{
    border:0px solid white;
    margin:0px;
    padding:0px;
}
th, td
{
    /* FONT */
    font-size:13px;
    
    border:0px solid white;
    margin:0px;
    padding:0px;
    text-align:left;
    font-weight:normal;
    padding-left:5px;
    padding-right:5px;
}
th
{
    font-weight:bold;
	 text-align:center;
    font-size:14px;
}

table.bordered
{
    border-top:1px solid black;
    border-left:1px solid black;
}
table.bordered th
{
    background-color:#888;
}
tr.ungerade
{
    background-color:#ccc;
}
tr.gerade
{
    background-color:#aaa;
}
table.bordered th, table.bordered td
{
    border-right:1px solid black;
    border-bottom:1px solid black;
}

/** formulare **/
.formline
{
    width:450px;
	 margin:0px;
	 margin-top:10px;
}
.formline label
{
    display:block;
    width:450px;
}

.formline .inputcontainer
{
    width:430px;
    margin:0px;
    margin-left:20px;
}
.description
{
    color:#888;
    font-size:11px;
}
.formline input.text,.formline select, .formline textarea
{
    width:420px;
	 border:1px solid black;
}
.formline input.submit
{
	 border:1px solid black;
	 background-color:#aaa;
}
.formline input.multikurz
{
    width:50px;
}
.formline input.multilang
{
    width:366px;
}
input.special
{
    visibility:hidden;
	 height:1px;
}

/** galerielayout **/
div.galeriebildbox
{
    margin:0px;
    margin-right:10px;
    margin-bottom:10px;
    padding:0px;
    width:100px;
    height:100px;
    text-align:center;
    line-height:100px;
    float:left;
}
div.galeriebildbox img
{
    margin:0px;
    padding:0px;
    border:0px solid white;
    margin-left:auto;
    margin-right:auto;
}
div.galeriebildbox a
{
    text-decoration:none;
    display:block;
    width:100px;
    height:100px;
}

/** galerielayout 2 **/
table.galerie
{
	 border-spacing:15px;
	 margin-left:-15px;
	 margin-top:-13px;
}
table.galerie td
{
    width:100px;
    height:100px;
    text-align:center;
    border:1px solid black;
    margin:0px;
    padding:0px;
}
table.galerie td.emptybox
{
    border:0px solid white;
}

table.galerie img
{
    border:0px solid white;
    margin:0px;
    padding:0px;
}
table.galerie a
{
    text-decoration:none;
	 display:block;
    margin:0px;
    padding:0px;
}

/** farben **/
.color_pos
{
    color:#009900;
}
.color_neg
{
    color:#990000;
}
.color_attention
{
    color:#990000;
}

/** texte **/
#content ul, #content ol
{
	 list-style-type:disc;
	 margin-top:5px;
	 margin-bottom:5px;
	 padding-left:20px;
}
#content li
{
}
#content ul.num
{
	 list-style-type:decimal;
	 padding-left:25px;
}
#content ul.alpha
{
	 list-style-type:lower-alpha;
	 padding-left:25px;
}
#content ul.roman
{
	 list-style-type:upper-roman;
	 padding-left:40px;
}
#content ul.no
{
	 list-style-type:none;
	 padding-left:5px;
}
div.quote
{
    margin:0px;
    padding:5px;
    margin-top:5px;
    border:1px solid #000;
    background-color:#eee;
}
div.quote label
{
    margin:0px;
    padding:0px;
    display:block;
    font-style:italic;
    font-size:10px;
}

/** sonstiges **/
.spielrunde
{
	margin:0px;
	margin-bottom:10px;
}
.rundentitel
{
	font-weight:bold;
   font-size:14px;
}
.spielrunde .label
{
	font-weight:bold;
}
div.error
{
    margin:0px;
	 padding:5px;
	 border:1px solid red;
	 color:red;
}

a.silent
{
    color:black;
	 text-decoration:none;
}

/***** ENDE content *****/

