/* Stylesheet der SJB zum Jugendkongress 2008 */
/* Copyright Schachjugend Baden 2008 */

/*Allgemeine Einstellungen */
body
{
 font-family:arial;
 font-size:0.8em;
 padding:0px;
 margin:0px;
 background-color:#eef;
}

h2
{
 font-size:1.5em;
}

a, a:visited
{
 color:#00f;
}

a:hover, a:active
{
 color:#55f;
}

button {
font-size: 0.8em;
border: 2px groove #005;
background-color: #ccc;
color: #000;
margin: 3px;
}

input
{
font-size: 0.8em;
border: 1px solid #005;
background-color: #ddd;
color: #000;
padding: 1px;
}

/* Anordung der Bereiche auf der Seite */
#root
{
 width:80%;
 min-width:600px;
 padding:0px;
 margin:0px;
 margin-left:9%;
 margin-top:30px;
 
/* border: 1px dotted yellow;*/

}

#header
{
 border:1px solid #005;
 min-height:80px;
 padding:0.3em;
 font-size:1.6em;
 vertical-align: middle;
 background-color:white;
}

#Main
{
 padding:0.3em;
 background-color:white;
 border:1px solid #005;
}

#menu
{
 padding:0em 0.3em;
 border:1px solid #005;
 background-color:#ccc;
 border-top-width:0px;
 border-bottom-width:0px;
}

a.MenuLink
{
 text-decoration:none;
 padding-left:0.3em;
 padding-right:0.3em;
 border:1px dotted #005;
 border-top-width:0px;
 border-bottom-width:0px;
 border-left-width:0px;

}

a.MenuLink:hover
{
 background-color:#bbb;
 color:#00c;
}

.turniermenu
{
text-align:center;
}

.turniermenu a
{
 display:block;
 padding: 2px;
 width: 5em;
 margin: 3px;
 background-color:#ccc;
}

.MenuBoxVertical
{
 display:block;
 width:20%;
 float:left;
 border:1px dotted #005;
 border-left-width:0px;
 border-right-width:0px;
 border-top-width:0px;
}

a.MenuLinkVertical
{
 text-decoration:none;
 padding:0.3em;
 border:1px dotted #005;
 border-left-width:0px;
 border-right-width:0px;
 border-bottom-width:0px;
 display:block;
}

#submain
{
  border:1px dotted #005;
  border-top-width:0px;
  border-right-width:0px;
  border-bottom-width:0px;
  margin-left:22%;
  padding-left:3%;
  min-height:200px;
}


#fussleiste
{
 margin-top:0.5em;
 padding:0.3em;
 text-align:center;
 display:block;
 font-size:0.75em;
}

/* News */
.Newsheader
{
 background-color:#ccc;
 padding-left: 0.3em;
}

.NewsAdditionalInfo
{
 float:right;
 font-size:0.75em;
 margin-right:0.3em;
}

.NewsTitle
{
 font-weight:bold;
}

.Newsfooter
{
 display:none;
}

/* Management */
.ManagementOptions
{
 height:1.5em;
 border: 1px solid red;
 margin-bottom:2px;
 background-color:#faa;
}

.ManagementOption
{
 float:left;
 border: 1px dotted red;
 margin-right: 5px;
 padding: 0px 5px;
 background-color:#fcc
}

.textarea
{
  width:100%;
  height:100%;
  min-height:200px;
}
