/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Futura, Arial, Helvetica, sans-serif;
  font-size:100%;
 line-height:1;
 background: #eeeeee;
}
#wrapper { 
 margin: auto auto;
 width: 922px;
}

#faux {
 background: url(../images/border.gif);
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%;
 padding:0px;
 }
#header {
 color: #333;
 width: 902px;
 padding: 10px;
 height: 136px;
 margin: 10px 0px 0px 0px;
 background: url(../images/header.gif);
 background-repeat: no-repeat;
 text-align: right;
}
#header h1 {
	margin:15px 30px;
	color: #ff9800;
	font-size:1.2em;
}
#header h2 {
	color: #263997;
	font-size:1.1em;
}


#header img {
	margin:18px 20px 0 20px;
}

hr {
	color: #ff9800;
	background-color: #ff9800;
	width: 927px;
	border: 1px solid #ff9800;
	margin: 0px 0px 0px -5px;
	padding: 0px;
	height: 2px;
}



.indexframe p {
	margin: 10px 300px 30px 30px;
	font-size: 0.8em;
	text-align: left;
}


h1 {
	font-size: 1.4em;
	margin: 20px 30px;
		color:#ff9800;
		line-height: 1.3em;
}

h2 {
	font-size: 1.2em;
	line-height: 1em;
	margin: 0px 30px; 
}

h3 {
	font-size: 1.4em;
	margin: 20px 30px;
	color:#ff9800;
	line-height: 1.3em;
}

h4 {
	font-size: 1.2em;
	line-height: 1em;
	margin: 0px 30px; 
}

h5 {
	font-size: 1.2em;
	line-height: 1em;
	margin: 0px 30px; 
}

#rightcolumn { 
 display: inline;
 color: #333;
 margin: 10px 10px 13px 10px;
 padding: 0px 0px 10px 0px;
 width: 225px;
 bottom: 0px;
 position: absolute;
 min-height:330px;
 text-align: center;


}
#leftcolumn { 
 float: left;
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 650px;
 display: inline;
 position: relative;
  
}

#indexframe { 
 float: left;
 color: #333;
 margin: 10px 25px 0px 10px;
 padding: 0px;
 overflow:hidden;
 display: inline;
 position: relative;
 
}

#footer { 
 width: 902px;
 clear: both;
 color: #333;
 background: url(../images/footer.gif);
 background-repeat: no-repeat;
 margin: 0px 0px 10px 0px;
 padding: 30px 10px 0px 10px;
 height:55px;
 text-align: center;
 font-size:0.8em;
 line-height:1.5em;
}
.clear { clear: both; background: none; }

.teaser {
	background: url(../images/teaser.gif);
	background-repeat: repeat-x;
	height: 11em;
	width:15.5em;
	padding: 10px;
	margin:20px 0px 0px 20px;
	border: 0px solid #ffffff;
	background-position: bottom;
	float: left;
}

.teaser h4 {
	font-size: 1em;
	line-height: 1.5em;
	margin:0px;
	color: #ff9800;
}

.teaser h3 {
	font-size: 1em;
	line-height: 1.5em;
	margin:0px;
	color: #ff9800;
}

.teaser h2 {
	font-size: 1em;
	line-height: 1.5em;
	margin:0px;
	color: #ff9800;
}

.teaser h1 {
	font-size: 1em;
	line-height: 1.5em;
	margin:0px;
	color: #ff9800;
}

.teaser p {
	margin: 15px 0 0 0;
	font-size: 0.8em;
	line-height: 1.5em;
	
}


.teaser b {
	font-weight:normal;
	
}


.teaserimg {
	border: 0px;
	float: right;
	clear: right;
}

.teaser a {
	text-decoration: none;
	line-height: inherit;
}
.teaser a:hover {
	line-height: inherit;
	
}

.teaser-right {
	position:relative; 
	display:inline; 
	margin:15px 15px 20px 0px;  
	width:200px; 
	float:right; 
	padding:0px; 
}

.teaser-right h2 {
	margin:10px 10px 5px 0;
	font-size: 0.9em;
}

.teaser-right p {
	margin:5px 10px 25px 10px;
}
p {
	font-size: 0.8em;
	line-height: 1.5em;
	color:#666666;
}
 small {
 	margin-left: 57%;
	line-height: 2em;
 }


.rightcolumn-img {
	float:right;
	clear:right;
	display:inline;
	bottom: 0px;
	position:absolute;
	vertical-align: bottom;
	margin-bottom:-10px; 
	margin-left: 10px;
}

.commercial {
	color: #cccccc;
}

.referenz-a {
	margin: 0 240px 10px 30px;
	background: #eeeeee;
	border: 1px solid #dddddd;
	padding: 10px;
	font-size: 0.8em;
	width:40em;
}

.referenz-a:hover {
	margin: 0 240px 10px 30px;
	background: #fdc163;
	border: 1px solid #cccccc;
	padding: 10px;
	font-size: 0.8em;
}

.referenz-b {
	margin: 0 240px 10px 30px;
	background: #ffffff;
	border: 1px solid #eeeeff;
	padding: 10px;
	font-size: 0.8em;
}

.referenz-b:hover {
	margin: 0 240px 10px 30px;
	background: #fdc163;
	border: 1px solid #ddddee;
	padding: 10px;
	font-size: 0.8em;
}

.referenz-img {
	float: left;
	border: 0px solid;
	margin: 10px 20px 20px 10px; 
}

.referenz-a p {
	margin:0px;
	padding: 0px;
}

.referenz-b p {
	margin:0px;
	padding: 0px;
}

tr {
	line-height: 2em;
	vertical-align: top;
}

a {
	color:#444444;
	line-height: 2em;
	text-decoration: none;
	background-image:url(../images/linkithover.gif);
        background-position: left center;
	background-repeat: no-repeat;
	padding-left: 13px;
	
}

a:hover {
	color:#ff9800;
	line-height: 2em;
	text-decoration: underline;
	background-image:url(../images/linkit.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 13px;
}

.orange {
	color:#ff9800;
}

.nonebgimg {
	background-image: none;
	padding-left: 0;
} 

.nonebgimg:hover {
	background-image: none;
	padding-left: 0;
} 

.wrapper1{
	color: #666666;	
	font: 14px "Futura Medium", "Myriad Pro", "Gill Sans", Helvetica, Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
	width:920px;
	}
	.wrapper1 a{
		color: #333333;
		text-decoration: none;
	}
	.wrapper1 a:hover {
		color: #666666;
	}
	.wrapper1 p {
		margin: 0 0 17px;
		padding: 0;
		line-height: 18px;
	}

.nav {
	background: #fff url(../images/nav_bg.png) repeat-x;
	float: left;
}
.nev-wrapper {
	clear: both;
	float: left;
}

.nav ul {
	/*width: 648px;*/
	height: 32px;
	float: left;
	margin: 0;
	padding-top: 3px;
	list-style: none;
	font-size: 15px;
}
.nav li {
	float: left;
	padding: 0 15px 0 0;
	background: url(../images/split.png) no-repeat right center;
	position: relative;
	z-index: 1;
}
.nav li.last {
	background:none;
}
.nav li:hover {
	z-index:2;
}
.nav li a {
	display: block;
	line-height: 38px;
	overflow: hidden;
	float: left;
	background-image: none;
}
a .menu-left {
	background: url(../images/menu_left.gif) no-repeat left top;
	width: 8px;
	height: 32px;
	line-height: 35px;
	display: block;
	float: left;
}
a .menu-mid {
	background: url(../images/menu_mid.gif) repeat-x top left;
	height: 32px;
	line-height: 30px;
	display: block;
	float: left;
}
a .menu-right {
	background: url(../images/menu_right.gif) no-repeat top left;
	width: 8px;
	height: 32px;
	line-height: 30px;
	display: block;
	float: left;
}
.nav li a:hover .menu-left,
.nav li.active a .menu-left,
.nav li:hover a .menu-left,
.nav li a:hover .menu-mid,
.nav li.active a .menu-mid,
.nav li:hover a .menu-mid,
.nav li a:hover .menu-right,
.nav li.active a .menu-right,
.nav li:hover a .menu-right {
	background-position: 0 -37px;
	line-height: 35px;
}
.nav li a:hover,
.nav li.active a,
.nav li.hover a,
.nav li:hover a {
	color: #09548B;
}
.nav li:hover .sub,
.nav li.hover .sub {
	display:block;
}
.nav li .sub {
	display: none;
	position: absolute;
	top: 27px;
	left: 6px;
	background: url(../images/submenu_top.png) no-repeat;
	width: 186px;
	padding-top: 9px;
	text-align: left;
}
.nav li ul {
	background: url(../images/submenu_bg.png) repeat-y;
	width: 162px;
	height: auto;
	margin: 0;
	padding: 0 12px 10px;
	list-style: none;
	font-size: 14px;
}

.nav li:hover li,
.nav li.active li {
	width: 100%;
	padding: 1px 0 2px;
	border-bottom: 1px #C1D9F0 dashed;
	background: none !important;
}
.nav li:hover li a,
.nav li.active li a {
	color: #666666;
	background: none !important;
	line-height: normal;
	width: 156px;
	padding: 5px 3px 3px;
	text-indent: 1px;
}
.nav li:hover li a:hover,
.nav li.active li a:hover {
	color: #fff;
	background: #fdc062 !important;
	text-decoration: none;
	line-height: normal;
}
/*IE*/
.nav li li a:hover,
.nav li li a:hover {
	color: #fff;
	background: #165B9F !important;
	text-decoration: none;
	line-height: normal;
}
/**/
.nav .btm-bg {
	background: url(../images/submenu_bottom.png) no-repeat;
	width: 205px;
	height: 9px;
	overflow: hidden;
	clear: both;
}
.content {
	width: 670px;
	background: transparent url(../images/content_bg.png) repeat-y;
	float: left;
	padding: 10px 20px;
}
.content h1 {
	color: #333;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 18px;
	border-bottom: 1px dashed #C1D9F0;

}
.content h2 {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 14px;
	padding-left: 10px;
	margin-bottom: -5px;
}

.content h3 {
	color: #333;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 18px;
	border-bottom: 1px dashed #C1D9F0;

}
.content p {
	padding: 0 15px;
	text-align: justify;	
}
.content-bottom {
	width: 710px;
	background: transparent url(../images/content_bottom.png) no-repeat;
	height: 13px;
	float: left;
}

.sitemap li {
	margin-left: 45px;
	background-image: none;
}

.sitemap a {
	background-image: none;
	margin: 0;
	padding: 0;
}

.standard {
	background-image: none;
	margin: 0;
	padding: 0;
	border: 0px;
	line-height: 1em;
	color: inherit;
}
.standard:hover {
	background-image: none;
	margin: 0;
	padding: 0;
	line-height: 1em;
	color: inherit;
}

.standardh {
	background-image: none;
	margin: 0;
	padding: 0;
	border: 0px;
	line-height: 1em;
	color: #ff9800;
}
.standardh:hover {
	background-image: none;
	margin: 0;
	padding: 0;
	line-height: 1em;
	color: #ff9800;
}

table {
	margin-left: 15px;
}

ul {
	margin: 0 0 0 40px;
	list-style: none;
 list-style-image: none;
}
