/* 
Created for www.fritac.ch
Author: Dave Matter
*/

/* Common Styles */

body {
	margin: 0;
	padding: 0;
	background: white url(images/bg_body.png) repeat-x center top;
	font-family: 'Verdana';
	font-size: 12px;
	color: #616161;
	line-height: 145%;
}

img {
	border: 0px;
}

a {
	color: #1c8062;
	text-decoration: none;
}

p {
	padding-top: 0px;
	margin-top: 5px;
}

h1, h2, h3, h4 {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

h1 {
	font-family: 'Arial';
	font-size: 22px;
	font-weight: bold;
	color: #646464;
	line-height: 120%;
	padding-bottom: 15px;
	margin-bottom: 0px;
}

h2 {
	font-family: 'Arial';
	font-size: 18px;
	font-weight: normal;
	color: #646464;
}

h3 {
	font-family: 'Arial';
	font-size: 14px;
	font-weight: bold;
	color: #646464;
}

.clear {
	clear: both;
}

.invisible {
	display: none;
}

table{
	border-collapse: collapse;
}

/* Layout */

#wrapper {
	width: 900px;
	margin: 0 auto;
	top: 0px;
}

#header {
	width: 100%;
	height: 95px;
	padding-top: 45px;
	background: url(images/bg_header.jpg) no-repeat center top;
}

#logo {
	width: 900px;
	float: left;
}

#tagline {
	width: 350;
	float: left;
	margin-top: 47px;
}

#navigation {
	width: 900px;
	padding-bottom: 15px;
	padding-top: 0px;
	padding-left: 0px;
	vertical-align: top;
	margin-top: -3px;
        position: relative;
}

#navigation_left {
	width: 450px;
	float: left;
        height: 30px;
}

#navigation_right {
	height: 15px;
	margin-top: 5px;
	width: 450px;
	float: left;
	text-align: right;
	vertical-align: bottom;
	font-size: 11px !important;
}

#navigation_right .mod_breadcrumb {
	margin-top: 5px;
}

#navigation_right a, #navigation_right .active {
	font-size: 11px !important;
	background: transparent;
}

#werbung {
	width: 450px;
	padding-right: 450px;
	margin-top: 15px;
	height: 320px;
	background: url(images/bg_angio.jpg) no-repeat center top;
}
	

#home_top {
	width: 450px;
	padding-right: 450px;
	margin-top: 40px;
	height: 320px;
	background: url(images/bg_home_top.jpg) no-repeat center bottom;
}

#home_bottom {
	width: 100%;
	margin-top: 15px;
	margin-bottom: 10px;
}

#home_bottom table {
	width: 100%;
}

#home_bottom table tr td {
	width: 15%;
}

#home_left {
	float: left;
	width: 430px;
	padding: 15px 20px 20px 0px;
}

#home_right {
	float: left;
	width: 430px;
	padding: 15px 0px 20px 20px;
}

#content {
	float: left;
	width: 620px;
	padding: 10px 0px 20px 30px;
}

#content table {
	border-collapse: collapse;
}

#sparteLinks {
	float: left;
	width: 295px;
	padding: 0px 15px 20px 30px;
}

#sparteLinks ul {
	margin-left: 0px;
	padding-left: 0px;
}

#sparteRechts {
	float: left;
	width: 295px;
	padding: 0px 0px 20px 15px;
}

#sidebar {
	padding: 15px 0px 20px 0px;
	float: left;
	width: 250px;
}

#content_fullwidth {
	width: 900px;
	padding: 15px 0px 20px 0px;
}

#footercontainer {
	background: #f2f2f2 url(images/bg_footer.png) repeat-x center top;
	height: 150px;
	width: 100%;
	position: relative;
	margin-top: 5px;
	display: table;
}

#footer {
	width: 900px;
	height: 100%;
	margin: 0 auto;
	padding-top: 15px;
}

#footer_left {
	height: 100%;
	width: 230px;
	padding: 15px 20px 0px 0px;
	float: left;
	vertical-align: top;
}

#footer_right {
	min-height: 100%;
	width: 620px;
	padding: 15px 0px 10px 30px;
	float: left;
	vertical-align: middle;
}

#footer_right ul li {
	display: inline;
	border: 0px;
	list-style-type: none;
	margin: 5px;
}

/* Header */

/* Navigation */

#navigation a {
	font-size: 13px;
	color: 006e43;
	font-weight: 200;
}


#navigation a:hover {
	color: #515151;
}

/* Content */

#content table tr td {
	vertical-align: top;
}

#content table, #content_fullwidth table {
	max-width: 590px;
}

#content ul li, #sparteLinks ul li, #sparteRechts ul li {
	list-style-image: url(images/li_pfeil.png);
}

#content ul, #sparteLinks ul, #sparteRechts ul {
	margin-left: 0px;
	padding-left: 20px;
}

.products tr td {
	padding-right: 10px;
	padding-bottom: 10px;
}

.contentpaneopen {
	width: 100%;
}

#home_left ul li {
	margin: 10px;
	list-style-image: url(images/li_pfeil.png);
}

#home_left ul {
	padding-left: 18px;
}

.news_list_table {
	width: 100%;
}

.news_h2 h2 {
	font-size: 14px;
	margin-top: 0px;
	padding-top: 0px;
}

.news_meta {
	text-align: right;
	vertical-align: top;
}

.layout_latest {
	border-bottom: 1px dotted grey;
}

textarea, input {
	border: 1px solid #bcbcbc;
	background: #fafffe;
	width: 180px;
}

textarea:focus, input:focus {
	background: #f5f5f5;
}

input[type=submit]:hover {
	background: #dbf3ef;
}

.mod_form table tr td{
	padding-bottom: 5px;
	padding-top: 5px;
}

/* Sidebar */

#sidebar ul {
	list-style-type: none;
}

#sidebar .level_1 {
	padding-left: 0px;
}

#sidebar ul li {
	font-size: 12px!important;
	text-indent: 0px;
	margin-top: 10px;
	list-style-type: none;
}

#sidebar ul li a:hover {
	color: black;
}

#sidebar .level_1 li {
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 3px;
}

#sidebar .level_2 li {
	border: 0px;
}

#sidebar .separator {
	color: #3f3f3f;
	font-size: 14px;
}


#sidebar .active {
	color: black;
}
/* Footer */

#footer_right input[type=text] {
	height: 15px;
	width: 150px;
	border: 1px solid #bcbcbc;
}

#footer_right input[type=submit] {
	background: none;
	border: none;
	width: 50px;
	color: #1c8062;
}

#footer_right input[type=submit]:hover {
	color: black;
}
