/* General formatting */

body,
div {
    margin: 0px;
    padding: 0px;
    font-family: Verdana, sans-serif;
    color: #007CBB;
}

p {
	margin: 0px;
	margin-top: 0.3em;
	margin-bottom: 0.7em;
}


h1, h2, h3, h4, h5, h6 {
    color: #FF991D;
    margin: 0.2em;
    margin-left: 0px;
    margin-top: 0px;
}
h1 {
    font-size: 1.5em;
    margin-bottom: 0.5em;
}

h2 {
    font-size: 1.3em;
    font-weight: bold;
    margin:0em;
    padding-bottom: 0em;
    padding-top: 0px;
    margin-top: 30px;
}
h3 {
    font-size: 1.0em;
    font-weight: bold;
}

/* Styles */
.align_right {
	text-align: right;
}

/* Links */
a {
    color: #007CBB;
    text-decoration: underline;
}

a:hover {
    color: #FF991D;
    text-decoration: underline;
}

h2 a {
    color: #FF991D;
	text-decoration: none;
}
h2 a:hover {
	text-decoration: none;
	border-bottom: 1px solid #FF991D;
}

.articledescription ul {
	margin: 1em;
	margin-top: 0em;
}

.navigation_menu .navigation_menu_item a {
	line-height:1.5em;
	text-decoration: none;
	border-bottom: none;
	padding-right: 12px;
}

.navigation_menu .navigation_menu_item a:hover {
	line-height:1.5em;
	text-decoration: none;
	background: url(../images/arrow_right.png) left no-repeat;
	padding-left: 12px;
}

.navigation_menu .navigation_menu_item_active a {
/*    color: #447BB7;*/
	background: url(../images/arrow_right.png) left no-repeat;
	padding-left: 12px;
	line-height:1.5em;
	text-decoration: none;
/*	border-bottom: 1px solid #FF991D;*/
}

/* 2. level und downloadliste */
#download-navigation li a,
.navigation_menu .navigation_menu .navigation_menu_item a {
	line-height:1.8em;
	font-size: 90%;
	text-decoration: none;
	border-bottom: none;
	font-weight: normal;
}
#download-navigation li a:hover,
.navigation_menu .navigation_menu .navigation_menu_item a:hover {
	line-height:1.8em;
	font-size: 90%;
	text-decoration: ;
	background: none;
	padding:0;
}

.navigation_menu .navigation_menu .navigation_menu_item_active a {
	line-height:1.8em;
	font-size: 90%;
	text-decoration: none;
	background: none;
	padding:0;
	border-bottom: 1px solid #FF991D;
	font-weight: normal;
}

#path a {
    color: #007CBB;
    font-size: 8pt;
	text-decoration: none;
}


/* Product page */

.content_block {
	padding: 0px;
	padding-top: 0.5em;
	margin: 0px;
}

.articledescription {
	float: left;
	width: 550px;
	margin: 0px;
	padding: 0px;
	margin-top: 1em;
}


.articledescription_wide {
	float: left;
	width: 790px;
	margin: 0px;
	padding: 0px;
	margin-top: 1em;
}

.rightblock {
	width: 240px;
	text-align: center;
	float: right;
	margin-top: 1em;
}
.rightblock img {
	border: 2px solid #FF991D;
	margin: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.listimage {
	border: 2px solid #FF991D;
	margin: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.bigimage {
	border: 2px solid #FF991D;
	margin: 5px;
	margin-top: 0px;
	margin-bottom: 5px;
	float: right;
}
.borderedimage {
	border: 2px solid #FF991D;
	margin: 0px;
}
#sitemap ul li a {
	font-size: 2em;
	color: #FF991D;	
	text-decoration: none;
}

.sitemap {
	font-size: 0.9em;
}

