/* Allgemein */
*
{
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

body
{
	margin-top: 0px;
	text-align: center;
	background: #FFFFFF url(../images/background/standard.jpg) no-repeat;
	color: #414141;
	font-size: small;
}

h1, h2, h3
{
	color: #B43939;
}

h2
{
	margin-bottom: .8em;
	font-size: 1.7em;
	font-weight: normal;
}

h3
{
	margin-bottom: .1em;
	color: #5b5b5b;
}

p, blockquote, ul, ol
{
	margin-bottom: 1.4em;
	line-height: 1.3em;
}

ul, ol
{
	margin-left: 1.5em;
}

a
{
	text-decoration: none;
	color: #B43939;
}

a:hover
{
	color: #5b5b5b;
}

/* Login-Box */
.boxed
{
	margin-bottom: 20px;
	background: #eaeaea;
	height: 145px;
	padding: 0 0 0 12px;
}

.boxed .title
{
	height: 3px;
	padding: 20px 0 0 10px;
	font-size: 1.3em;
	font-style: italic;
}

.boxed .content
{
	padding: 10px;
}

/* Logo */
#logo
{
	padding: 8px 0 0 0;
	background: #b9b9b9;
	height: 70px;
}

#logo h1
{
	width: 700px;
	text-align: right;
	font-size: 2.0em;
	font-weight: normal;
	color: #5b5b5b;
	margin: 0 auto;
}

#logo h2
{
	width: 700px;
	text-align: right;
	font-size: 1.4em;
	font-weight: normal;
	color: #5b5b5b;
	margin: 0 auto;
}

/* Content */
#content
{
	width: 700px;
	text-align: left;
	margin: 40px auto;
}

#main
{
	width: 485px;
	float: left;
}

#main .bold
{
	font-size: 1.3em;
	font-weight: bold;
	color: #464646;
}

#company
{
	width: 203px;
	padding: 3px 0 0 0;
	text-align: justify;
}

#sidebar
{
	width: 198px;
	float: right;
}

#login fieldset
{
	border: none;
}

#login input
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	padding: 2px 5px;
	border: 1px solid #cfcfcf;
	margin: 3px 0 0 0;
}

#input_user:hover, #input_pass:hover
{
	border:1px solid #98989b;
}

#input_user:focus, #input_pass:focus
{
	background: #eaeaea;
	border: 1px solid #98989b;
}

#input_submit
{
	background: url(../images/misc/secure.png) no-repeat;
	background-position: left center;
	width: 60px;
	text-align: right;
}

/* Menü */
#menu
{
	background: #eaeaea;
	margin-bottom: 20px;
	font-size: 1.0em;
}

#menu ul
{
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li
{
	display: inline;
}

#menu a
{
	height: 23px;
	background: url(../images/menu/menu_inactive.png) no-repeat;
	display: block;
	padding: 7px 0 0 21px;
	font-weight: bold;
	border-bottom: 1px solid #FFFFFF;
}

#menu a:hover, #menu .active a
{
	background: #d3d3d3 url(../images/menu/menu_active.png) no-repeat;
	text-decoration: none;
	color: #5b5b5b;
}

#submenu
{
	background: #eaeaea;
	font-size: .8em;
}

#submenu ul
{
	margin: 0;
	list-style: none;
	line-height: normal;
}

#submenu li
{
	display: inline;
}

#submenu a
{
	height: 18px;
	background: url(../images/menu/submenu_inactive.png) no-repeat;
	display: block;
	padding: 2px 0 0 26px;
	font-weight: bold;
	border-bottom: 1px solid #FFFFFF;
}

#submenu a:hover, #submenu .active a
{
	background: #d3d3d3 url(../images/menu/submenu_active.png) no-repeat;
	text-decoration: none;
	color: #5b5b5b;
}

/* Footer */
#footer
{
	clear: both;
	padding: 7px 50px;
	background: #b9b9b9;
	color: #5b5b5b;
}

#footer p
{
	width: 700px;
	text-align: center;
	font-size: x-small;
	margin: 0 auto;
}