
/*
todo: farben ein seperate css-datei
todo: abstände und schriftgrößen relativ
*/

/*{border: 1px solid #0F0;}/**/

/*div { border: 1px solid #F00; }
div > div { border: 1px solid #0F0; }
div > div > div { border: 1px solid #00F; }*/

a > img
{
	border: 0;
}

body{margin:0;}

body
{
	background: #457FBD url(http://www.beerpages.de/design/bg.png);
	font-family: "Bitstream Vera Sans", Verdana, sans-serif;
	color: #333;
	margin-top: 0;
	padding: 0;
	margin-bottom:50px;
	height: 100%;
	padding-top:0;
}

.designdiv
{
	background: #ACC9E8;
	border: 1px solid #3465A4;
	color: #333;
	width: 550px;
	margin: 10px auto;
	padding: 20px;
}

.contentdiv
{
	padding: 20px;
	margin: 0px;
}

.errordiv
{
	background: #FFBDBD;
	border: 1px solid #ED8C8C;
	padding: 10px;
	margin: 10px;
}

form,label
{
	margin: 0;
	padding: 0;
}


/* Eingabefelder */
input[type=text], input[type=password], select, textarea
{
	background: #D0DCF2;
	border: 1px solid #99B3CF;
	padding: 2px;
	font-size: 15px;
}

input[type=file]
{
	background: #D0DCF2;
	border: 1px solid #99B3CF;
}

input[type=text]:focus, input[type=password]:focus, select:focus, textarea:focus,
input[type=text]:hover, input[type=password]:hover, select:hover, textarea:hover
{
	background: #DBE8FF;
	border: 1px solid #849AB2;
}


.textinput
{
	width: 250px;
}

/* Links */
a:link, a:visited
{
	/*color: #616364;*/
	text-decoration: underline;
	font-weight: bold;
}

a.old:link, a.old:visited
{
	/*color: #82A9BF;*/
}

label:hover
{
	text-decoration: underline;
}
a:hover, a:active, a:focus,
a.old:hover, a.old:active, a.old:focus
{
	/*color: #000;*/
	text-decoration: underline;
}

label:hover
{
	text-decoration: none;
}

/* Links in Tabellen */

table.hovertable tr td a:link, table.hovertable tr td a:visited
{
	width:100%;
	display:block;
	text-decoration: none;
	padding: 3px 6px;
	margin: -3px -6px;
	font-size:14px;
}

table.hovertable tr td a:hover, table.hovertable tr td a:active, table.hovertable tr td a:focus
{
	width:100%;
	display:block;
	text-decoration: none;
}

table.hovertable tr td label
{
	width: 100%;
	display:block;
	padding: 3px 6px;
	margin: -3px -6px;
}

/* Tabellen */

table.hovertable
{
	border-spacing:	0px;
	border-collapse: separate;
}

table.hovertable th
{
	border-bottom: 1px solid #000;
}

table.hovertable tr td
{
	background: inherit;
	border: 1px solid #ACC9E8;
	padding:	0 5px;
	border-left: 0;
	border-right: 0;
}

table.hovertable tr:hover td
{
	background: #FFE69C;
	border: 1px solid #F0B400;
	border-left: 0;
	border-right: 0;
}
table.hovertable tr td:first-child
{
	border-left:	1px solid transparent;
}
table.hovertable tr:hover td:first-child
{
	border-left:	1px solid #F0B400;
}
table.hovertable tr td:last-child
{
	border-right:	1px solid transparent;
}
table.hovertable tr:hover td:last-child
{
	border-right:	1px solid #F0B400;
}

/* Navigation */

.navigation
{
	width: 100%;
	border-top:0;
	border-left:0;
	border-right:0;
	margin-bottom:0;
	background: #A4C0DE;
}

.navigation td
{
	font-size:12px;
	text-align: center;
	padding: 0;
	margin: 0;
	vertical-align:middle;
	border-bottom: 1px solid #3465A4; 
}

.navigation td.activelink
{
	border-bottom:1px solid #ACC9E8;
	background: #ACC9E8;
}

.navigation td a:link,
.navigation td a:visited,
.navigation td a
{
	text-decoration: none;
	border: 1px solid #A4C0DE;
	border-top: 0;
	border-bottom: 0;
	display:block;
	padding: 5px;
	margin:0;
}

.navigation td.activelink  a:link,
.navigation td.activelink  a:visited,
.navigation td.activelink  a
{
	border-left: 1px solid #3465A4;
	border-right: 1px solid #3465A4;
	color: #222;
}


.navigation td a:active,
.navigation td a:hover,
.navigation td a:focus
{
	text-decoration: none;
	background: #DBE8FF;
	border-left: 1px solid #849AB2;
	border-right: 1px solid #849AB2;
}

.navigation td.activelink a:active,
.navigation td.activelink a:hover,
.navigation td.activelink a:focus
{
	background: #ACC9E8;
}

.helptitle 
{
	font-weight: bold;
}

.helpcontent
{
	margin-left: 10px;
}

.helpbox 
{
	margin: 10px;
}

#mainnavi a
{
	display: block;
	text-decoration:none;
	padding:5px;
	font-size:12px;
}

#mainnavi a:hover
{
	text-decoration:underline;
}

a.bottomnavi
{
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
}

a.bottomnavi:hover
{
	text-decoration:underline;
}

DIV#codebox, p.command {
  background-color: #BF2626;
  border: 1px dotted #590000;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding-left: 2em;
  padding-right: 2em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-family: mono, sans-serif;
}

