/* 
-----------------------------------------------------------------
Titel: Styles für alpamare-consulting.de 
Beschreibung: Styles für Alpamare Consulting

Erstellt: 27.06.2006
Bearbeitet: 27.06.2006
-----------------------------------------------------------------
*/

/* ----- ALLGEMEIN ----- */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #ADE;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 18px;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
}
td, tr {
	font-size: 11px;
	color: #000;
}
a.link_more, a.link_more:visited {
	color: #036;
	text-decoration: none;
	font-weight: bold;
}
a.link_more:hover {
	color: #ADE;
	text-decoration: none;
}
a.link_main:link, a.link_main:visited {
	color: #036;
	text-decoration: underline;
	font-weight: normal;
}
a.link_main:hover {
	color: #ADE;
	text-decoration: none;
}
#footer a, a:visited {
	color: #036;
	text-decoration: underline;
	font-weight: bold;
}
#footer a:hover {
	color: #09C;
	text-decoration: none;
}

/* ----- LISTEN ----- */
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
li {
	line-height: 15px;
	padding-left: 10px;
	padding-top: 0px;
}

/*----- PARAGRAPHEN -----*/
h1 {
	font-size: 24px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #036;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #666;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

/* ----- IDS ----- */
#header {
	height: 30px;
	background-color: #09C;
}
#footer {
	width:540px;
	color: #036;
	margin: 0px;
	padding: 15px 0px 10px 240px;
	font-size: 11px;
	text-align: left;
	line-height: 12px;
	background-image: url(../images/bg-footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #ADE;
}
#pagewidth {
	width: 780px;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bg-page.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#leftcol {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 220px;
}
#leftcol div.logo {
	padding-bottom: 65px;
}
#maincol {
	float: left;
	width: 560px;
	background-color: #FFF;
	text-align: left;
	background-image: url(../images/bg-maincol.png);
	background-repeat: no-repeat;
}
#maincol div.maincol_inner {
	padding: 20px;
}

/* Navigation Main */
ul#mainlevel {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul#mainlevel li {
	margin: 0px 0px 1px;
	padding: 0px;
	font-weight: normal;
	list-style: none;
	line-height: 20px;
	font-size: 13px;
}
ul#mainlevel li a {
	color: #036;
	width: 200px;
	display: block;
	text-decoration: none;
	font-size: 13px;
	text-indent: 5px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #036;
	padding-top: 10px;
}
ul#mainlevel li a:hover {
	color: #09C;
}
ul#mainlevel li a#active_menu {
	font-weight: bold;
	color: #FFF;
	background-image: url(../images/dot-active.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
ul#content {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul#content li {
	margin: 0px 0px 1px;
	padding: 0px 0px 0px 20px;
	font-weight: normal;
	list-style: none;
	line-height: 16px;
	font-size: 12px;
	background-image: url(../images/dot-list.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	color: #000;
}

/* ----- KLASSEN ----- */
div.download {
	background-image: url(../images/pdf.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 300px;
	padding-left: 25px;
}
.clr {
clear: both;
}
.contentheading {
	text-align:left;
	font-size: 24px;
	font-weight: bold;
	color: #036;
}
.contentsubheading {
	color: #666;
	text-align:left;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
}
.contentlistheading {
	color: #666;
	text-align:left;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
}
.separator {
	height: 25px;
	width: 5px;
}
