/*  body  */
html {
        padding:0px;
        margin:0px;
}

body {
        background: #61666d url('images/bg.gif') repeat-x;
        font-family: Verdana, sans-serif;
        font-size: 12px;
        line-height: 150%;
     	color:#5e5c55;
        padding:0px;
        margin:0px;
}

img {
		border:none;
}


/*  divs  */


#container {
	width: 786px;
	margin: 0 auto;
	}
#header {
	padding-top:16px;
	padding-bottom:16px;
	width: 100%;
	height: 82px;
	}
#content {
	text-align: center;
	float: right;
	width:583px;
	}
#content .top {
	background: url('images/content-top.gif') no-repeat;
	height:16px;
}
#content .main {
	background-color: #ece9db;
}
#content .bottom {
	background: url('images/content-bottom.gif') no-repeat;
	height:16px;
}


#left {
	float: left;
	width:180px;
	background-color: #ffffff;
	text-align: left;
	}
#footer {
	width: 100%;
	clear: both;
	text-align: right;
	padding: 5px 0;
	padding-top:10px;
	}

/* Sidebar */
#sidebar {
	width:185px;

	}

#sidebar .top {
	background: url('images/sidebar-top.gif') no-repeat;
	border-bottom:1px solid #ccc;
	height:10px;
}

#sidebar .bottom {
	background: url('images/sidebar-bottom.gif') no-repeat;
	border-top:1px solid white;
	height:10px;
}


#sidebar ul {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	list-style: none;
	}
#sidebar li {


	}
#sidebar li a {
	background-color: #eee;
	border-top:1px solid white;
	border-bottom:1px solid #ccc;
	display: block;
	font-weight: bold;
	color:  #1173A1;
	text-decoration: none;
	padding: 5px 0 5px 10px;

	}
#sidebar li a:hover {
	color: #FFF;
	background-color: #2A85B0;
	border-top:1px solid #339FCF;
	border-bottom:1px solid #236E8F;
	}



#sidebar .ad {
	text-align: center;

}

#sidebar li a.partner{
	background-color: #262A2F;
	border-top:1px solid #45494F;
	border-bottom:1px solid #191C1F;
	color:  #67787F;
}

#sidebar li  a:hover.partner{
	background-color: #262A2F;
	border-top:1px solid #45494F;
	border-bottom:1px solid #191C1F;
	color:  #1D7A9F;
}

/*  type  */


a {
        color: #116085;
        background-color:transparent;
        text-decoration: none;
}

a:hover {
        color: black;
}

.inv a  {
        color: black;
}

a:hover {
        color: grey;
}


p,h1, h3, pre, h4 {
         padding: 0px 0px, 0px, 0px;
         margin: 0px;
}


small {
        font-size: 10px;
        font-weight: normal;
        color: #000000;
        background-color: transparent;
}






h1 { /* header*/
        font-size: 24px;
        font-weight: bold;
        /*text-transform:uppercase;*/
        color: #aaaaaa;
        background-color: transparent;
}

h2 {
        font-size: 16px;
        font-weight: bold;
        line-height: 100%;
        color: #222222;
        background-color: transparent;
        padding-top:0px;
        padding-bottom:0px;
}

h3 {
        font-size: 16px;
        font-weight: normal;
        line-height: 120%;
        /*text-transform:uppercase;*/
        color: #000000;
        background-color: transparent;
        padding-top:10px;
        padding-bottom:5px;
}

h4 {  /* kleine headlines über content-bereichen*/
		padding-top: 10px;
        font-size: 9px;
        font-weight: normal;
        line-height: 110%;
        text-transform:uppercase;
        color: #aaaaaa;
        background-color: transparent;
		border-bottom: 1px solid #aaaaaa;
}

input, textfield, select {
		font-size: 10px;
		font-family: Verdana, Arial, Sans-Serif;



}
