/* ===== 1. RESET ===== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ===== 2. GLOBAL ===== */
a {
    color: #33460C;
    text-decoration: underline;
}
a:hover { color: #666; }

body {
	background:#fff url(../img/shadow.jpg) center top repeat-y;
	color:#666666;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	height:100%;
}
h1 {
	font-size:11px;
	padding-bottom:10px;
	font-weight:bold;
}
h2 {
	float:left;
	font-size:11px;
	line-height:15px;
	padding:4px 3px 0 0;
	width:auto;
}
h3 {
	font-size:12px;
	line-height:15px;
}
p {
	padding:5px 0 5px 0;
	line-height:15px;
}

/* ===== BASIC ===== */
.wrapper {
	height:100%;
	margin:0 auto -4em;
	text-align:left;
	width:900px;
}
.container {
	padding:20px 18px;
}
.clearing {
	clear:both;
} 
.header {
	background-color:#93b1d7;
	float:left;
	height:140px;
	margin-top:25px;
	width:669px;
}

/* ===== MEMÜ ===== */
.left_nav {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 23px;
	font-variant: normal;
	text-transform: none;
	color: #33460c;
	margin:48px 0 0 30px;
        width:201px;
	float:left;
}
.left_nav a {
	text-decoration:none;
}

.left_nav ul li {
	padding:5px 0 5px 0;
	margin-right:10px;
	line-height:15px;
        font-weight: normal;
}
.left_nav ul li  ul li{
	list-style-image: url(../img/arrow.gif);
}
.left_nav ul li.active {
    font-weight: bold;
}

.left_nav ul li ul{
	padding:5px 0 0px 15px;
	list-style:circle;
}

/* ===== CONTENT ===== */

.content {
	float:left;
	width:455px;
	margin-top:52px;
	margin-right:29px;
	padding-bottom:40px;
}
.content a {
        color:#666666;
        text-decoration:underline;
        font-weight: normal;
}
.content ul {
	list-style-type:square;
	padding: 3px 12px;
	line-height:15px;
}

.content input {
	border:1px solid #93B1D7;
	color:#666666;
	padding-top:5px;
	margin:0;
	height:20px;
	line-height:1px;
	vertical-align:middle;
	width:292px;
}
.content label {
	padding:10px 0 5px;
	display:block;
}
.content .button {
	background-color:#93B1D7;
	border:1px solid #93B1D7;
	color:#FFFFFF;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	height:25px;
	margin:0;
	width:150px;
	padding-bottom:10px;
}
.content .errors {
	line-height:15px;
} 

/* ===== INFOBAR ===== */
.infobar {
	margin-top:52px;
	/*width:240px;*/
	float:left;
}
.infobar p {
	padding:18px 0 18px 0;
	line-height:15px;
}
.infobar img.float-img{
	
	padding-bottom:45px;
}

.infobar ul {
	width:175px;
	margin-left:10px;
}
.infobar li {
	padding:10px;
	border:2px solid #93b1d7;
	border-right:0px;
}
.infobar hr {
	width:185px;
	background-color:#fff;
	border:1px dotted #666;
	border-style: none none dotted;
}

/* ===== 4.1 LOGO ===== */
#logo {
	float:left;
}
#logo a {
    background: url(../img/grambusch_logo.gif) no-repeat;
    display: block;
    float: left;
    height: 140px;
    text-indent: -999em;
    width: 231px;
	margin-top:25px;
}


