/* CSS Dokument für SAMTACS */

html {
	width: 100%;
	height: 100%;
}

body {
	background-color: #F1F6F9;	
	margin: 0px;
	text-align: center;
	background-image: url(img/bgr.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.outercontainer {
	width: 996px;
	height: 395px;
	margin: auto;
	background-image: url(img/bgr_middle.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.top_header {
	width: 996px;
	height: 37px;
	margin: auto;
}

.headerpic {
	width: 913px;
	height: 277px;
	margin: auto;
	padding-right: 37px;
	padding-top: 62px;
	text-align: right;
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	border-top: solid 10px #FFFFFF;
	border-left: solid 11px #FFFFFF;
	border-right: solid 11px #FFFFFF;
	border-bottom: 0px;
}

.subnavi {
	width: 950px;
	height: 46px;
	border-left: solid 11px #FFFFFF;
	border-right: solid 11px #FFFFFF;
	margin: auto;
}

.outercontainer2 {
	width: 996px;
	margin: auto;
	background-image: url(img/bgr_content2.gif);
	background-repeat: repeat-y;
	overflow: auto;
	clear: both;
}

.contentcontainer {
	width: 950px;
	margin: auto;
	background-image: url(img/bgr_content.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	clear: both;
}

.navibox {
	width: 238px;
	padding-top: 40px;
	clear: both;
	float: left;
	background-color: #FFFFFF;
}

.kontaktteaser_box {
	width: 222px;
	height: 170px;
	padding-top: 38px;
	padding-left: 16px;
	float: left;
	text-align: left;
	background-image: url(img/teaser_telefon.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #FFFFFF;
}

.feedbackteaser_box {
	width: 222px;
	padding-top: 68px;
	padding-left: 16px;
	float: left;
	text-align: left;
	background-image: url(img/teaser_feedback.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
}

.contentbox {
	width: 662px;
	padding-left: 30px;
	padding-right: 20px;
	padding-top: 40px;
	float: left;
	text-align: left;
	background-color: #FFFFFF;
}

.footer {
	width: 996px;
	height: 40px;
	margin: auto;
	background-image: url(img/bgr_content2.gif);
	background-repeat: repeat-y;
}


/* Fonts */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #1C2B3E;
}

.contentbox {
	font-size: 13px;
	line-height: 24px;
}

.kontaktteaser_box {
	font-size: 11px;
	color: #40546D;
}

.feedbackteaser_box {
	font-size: 11px;
	color: #40546D;
}

.italicfont {
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}

h1 {
	font-size: 16px;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	font-weight: bold;
}

.smallfont {
	font-size: 11px;
}

/* Links */

a:link, a:visited {
	color: #FF9900;
	text-decoration: underline;
}

a:hover, a:active {
	color: #FF5400;
	text-decoration: none;
}

.sub01:link, .sub01:visited, .sub01:hover, .sub01:active,
.sub02:link, .sub02:visited, .sub02:hover, .sub02:active,
.sub03:link, .sub03:visited, .sub03:hover, .sub03:active {
	float: left;
	text-align: left;
	text-decoration: none;
	font-size: 12px;
	background-repeat: no-repeat;
}

.sub01:link, .sub01:visited {
	width: 290px;
	height: 29px;
	padding-left: 28px;
	padding-top: 17px;
	color: #FFFFFF;
}

.sub02:link, .sub02:visited {
	width: 284px;
	height: 29px;
	padding-left: 34px;
	padding-top: 17px;
	color: #FFFFFF;
}

.sub03:link, .sub03:visited {
	width: 276px;
	height: 29px;
	padding-left: 38px;
	padding-top: 17px;
	color: #FFFFFF;
}

.sub01:link, .sub01:visited {
	background-image: url(img/but_samtacs_praevention_link.jpg);
}

.sub02:link, .sub02:visited {
	background-image: url(img/but_samtacs_interaktion_link.jpg);
}

.sub03:link, .sub03:visited {
	background-image: url(img/but_samtacs_intervention_link.jpg);
}

.sub01:hover, .sub01:active {
	width: 290px;
	height: 29px;
	padding-left: 28px;
	padding-top: 17px;
	color: #000000;
}

.sub02:hover, .sub02:active {
	width: 284px;
	height: 29px;
	padding-left: 34px;
	padding-top: 17px;
	color: #000000;
}

.sub03:hover, .sub03:active {
	width: 276px;
	height: 29px;
	padding-left: 38px;
	padding-top: 17px;
	color: #000000;
}

.sub01:hover, .sub01:active {
	background-image: url(img/but_samtacs_praevention_hover.jpg);
}

.sub02:hover, .sub02:active {
	background-image: url(img/but_samtacs_interaktion_hover.jpg);
}

.sub03:hover, .sub03:active {
	background-image: url(img/but_samtacs_intervention_hover.jpg);
}


.navi:link, .navi:visited {
	width: 190px;
	height: 22px;
	padding-left: 47px;
	padding-top: 10px;
	color: #3E526E;
	float: left;
	text-align: left;
	text-decoration: none;
	font-size: 12px;
	background-repeat: no-repeat;
	background-image: url(img/but_link.gif);
}

.navi:hover, .navi:active {
	width: 190px;
	height: 22px;
	padding-left: 47px;
	padding-top: 10px;
	color: #FF9900;
	float: left;
	text-align: left;
	text-decoration: none;
	font-size: 12px;
	background-repeat: no-repeat;
	background-image: url(img/but_hover.gif);
}

body#startseite a#samtacsstartseite,
body#konzept a#samtacskonzept,
body#leistungen a#samtacsleistungen,
body#nutzen a#samtacsnutzen,
body#team a#samtacsteam,
body#referenzen a#samtacsreferenzen,
body#kontakt a#samtacskontakt,
body#impressum a#samtacsimpressum {
	width: 190px;
	height: 22px;
	padding-left: 47px;
	padding-top: 10px;
	color: #000000;
	float: left;
	text-align: left;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-image: url(img/but_active.gif);
}


/* Buttons + Felder */

.button_bold {
	width: 98px;
	height: 21px;
	margin-top: 4px;
	font-size: 11px;
	color: #467495;
	background-image: url(img/but_abschicken.jpg);
	background-repeat: no-repeat;
	border: 0px;
	font-weight: bold;
}

.button_regular {
	width: 98px;
	height: 21px;
	margin-top: 4px;
	font-size: 11px;
	color: #467495;
	background-image: url(img/but_abschicken.jpg);
	background-repeat: no-repeat;
	border: 0px;
	font-weight: normal;
}

.inputfeld_22 {
	width: 300px;
	height: 22px;
	margin-top: 8px;
	font-size: 12px;
	background-color: #E0E2E4;
	border: 1px solid #467495;
	font-family: Arial, Helvetica, sans-serif;
}

.inputfeld_120 {
	width: 300px;
	height: 120px;
	margin-top: 8px;
	font-size: 12px;
	background-color: #E0E2E4;
	border: 1px solid #467495;
	font-family: Arial, Helvetica, sans-serif;
}


/* Sonstiges */

.noborder {
	border: 0px;
}

.border {
	margin-top: 8px;
	border: 1px solid #467495;
}

.picfloatleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 4px;
	border: 1px solid #000000;
}

hr {
	width: 100%;
	height: 1px;
	color: #444444;
}
