* {
	margin:0;
	padding:0;
	border:0;
}

body {
	font:12px/140% verdana, arial, helvetica, sans-serif;
	color:#0c375f;
	background:#f0f7fa;
}

a {
	text-decoration: underline;
	font-weight: bold;
	outline: none;
}

a:visited {
	color:  #4D4D4D;
}

a:active {
	color:  #ccc;
}

a:hover {
	text-decoration: none;
}

/* ---------------------------- headings-------------------------------- */

h1 {
	font-size: 40px;
	line-height:37px;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom:16px;
	line-height:18px;
}
h4 {
	font-size:12px;
	line-height:12px;
	padding-left:3px;
	font-weight:bold;
	margin-bottom:9px;
	padding-top:9px;
}
/* ---------------------------- Align -------------------------------- */

img {
	border: 0;
}

#middle p {
	padding-bottom:25px;
}

#middle p img {
	float:left;
	margin-right:17px;
}

#middle hr {
	height:10px;
	color:white;
	background:none;
}

#center_2 p {
	padding-bottom:25px;
	margin:9px 0;

}

#center_2 p img {
	margin-right:3px;
}

.article_teaser_right_2 p img {
	margin-right:3px;
}



/* ---------------------------- Div TAGS -------------------------------- */
#container {
	width:1028px;
	margin:auto;
	background:white url(../images/container_back.gif) repeat-y;
	position:relative;
}

#con {
	position:relative;
	padding-bottom:20px;
}

#wrap {
	width:949px;
	margin:auto;
	padding:0 11px;
	position:relative;
}

#top {
	margin:auto;
	padding-top:5px;
	margin-bottom:12px;
	height:190px;
	width:949px;
	background:url(../images/logo2.gif) no-repeat bottom;
}

#left {
	float:left;
}

#middle {
	width:496px;
	padding:0 20px;
	margin:0 auto;
	border-width:0 2px;
	border-color:#f4f4f4;
	border-style:solid;
	padding-bottom:1px;
	color: #1b2733;
}

#center_2 {
	width:340px;
	padding:0 20px;
	margin-left: 215px;
	margin-right: 329px;
	border-width:0 1px;
	padding-bottom:1px;
	color: #1b2733;
}



#right {
	float:right;
}


#footer {
	clear:both;
	height:30px;
	padding-top:40px;
	text-align:center;
	background:url(../images/footer_back.gif) no-repeat top;
	color:#b3b3b3;
	font-size:10px;
}

#copy {
	position:absolute;
	bottom:0;
	left:40%;
	font-size:10px;
	color:#999999;
	margin-bottom:10px;
}

#copy a {
	text-decoration:none;
	font-weight:normal;
	color:#999999;
}

/* ---------------------------- Navigation -------------------------------- */

ul#navi {
	margin-bottom:55px;
}

ul#navi, ul#navi ul {
	list-style-type: none;
}

ul#navi li {
	margin-bottom:2px;
	border-bottom:1px dashed #cecece;
	padding-bottom:2px;
	width:193px;
}

ul#navi a {
	display:block;
	width:184px;
	height:25px;
	padding-left:9px;
	text-decoration:none;
	color:#0c375f;
	background:url(../images/navi_back.gif) no-repeat;
	line-height:20px;
}

ul#navi a.active_navilink {
	width:179px;
	border-right:5px solid #0c375f;
}

ul#subnavi a {
	font-weight:100;
	font-size: 10px;
	padding-left:20px;
	background:#f4f9fb;
	width:173px;
}

ul#subnavi a.active_navilink {
	width:168px;
	border-right:5px solid #6d9ac4;
}


ul#navi a:hover {
	text-decoration:underline;
}

ul#navi li.last_navi_li, ul#navi li.submenu_li {
	border:0px;
}
ul#navi li.submenu_li {
	margin:0;
	padding:0;
}

/* ----------------------- side articles ---------------------- */

.article_teaser_left, .article_teaser_right {
	background:#f6f6f6 url(../images/teaser_back.gif) no-repeat top;
}

.article_teaser_left, .article_teaser_right, .content_teaser {
	width:173px;
	padding:0 10px;
	margin-bottom:25px;
	font-size:10px;
	color: #1b2733;
}

.article_teaser_left p, .article_teaser_right p, .article_teaser_right_2 p {
	margin:9px 0;
}

.article_teaser_right_2 {
	width:320px;
	padding:0 10px;
	margin-bottom:25px;
	background:white;
	color: #1b2733;
}

.article_teaser_right h4 {
	color: #b52e23;
}

.content_teaser {
	padding:2px;
}

.content_teaser h4 {
	padding:0px;
	color: #b52e23;
}
.phone_email {
	color: #b52e23;
	text-indent: 20px;
	text-decoration: none;
}

/* form elements */
form {
	margin:10px; padding: 0;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em Arial, sans-serif;
	color:#777;
}
textarea {
	width:300px;
	padding:2px;
	font: normal 1em Arial, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #b52e23;	
}


hr {
	size: 2px;
	
	color: #999999;
}
.logoline {
	border-style: inset;
	
	border-right: 2px solid #ececec;
	border-top: 2px solid #ececec;
	padding: 3px;
	}
