/*Common classes*/
body {
	/*color:#949494;*/
	color:#7E7E7E;
	margin:0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:100%;
	line-height: 120%;
	letter-spacing:.01em;
	word-spacing:0.1em;
	background:#eaeaea;
}
.bodyBg {
	background:url(../images/bodyBg.gif) repeat-y;
	width:1000px;
	margin:0 auto;
}
a {
	color:#a9a8a8;
	text-decoration:underline;
}
a:hover, a:focus {
	text-decoration:none;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
p {
	margin-bottom:10px;
	font-size:75%;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show
}
td, th {
	vertical-align: top
}
fieldset, img {
	border: 0
}
input, textarea, select {
	font-family:Verdana, Geneva, sans-serif;
	border:1px solid #88d4ff;
}
select {
	border:1px solid #88d4ff;
}
label {
	color:#39a9ff;
	font-weight:bold
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal
}
ol, ul {
	list-style: none
}
li {
	background:url(../images/defaultList.gif) no-repeat 7px 3px;
	padding:0 0 5px 18px;
	font-size:75%;
}
caption, th {
	text-align: left
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
h1 {
	color:#4b6dbe;
	font-size:100%;
	font-weight:bold;
	line-height:normal;
	margin:15px 0;
}
h2 {
	color:#9f1f36;
	font-size:100%;
	font-weight:normal;
	line-height:normal;
	margin-bottom:5px;
}
h3 {
	/*color:#fff;*/
	font-size:90%;
	font-weight:bold;
	/*margin:8px 0;*/
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
	height:0px;
}
.containerStart {
	margin-bottom:20px;
	overflow: hidden;
}
.container {
	margin-bottom:20px;
	overflow: hidden;
	padding-right:40px;
}
.footer {
	background:#f3f3f3 url(../images/footerBg.gif) repeat-x;
	height:100px;
	padding-top:30px;
	text-align:center;
	font-size:90%;
}
.center {
	text-align:center;
}
.lastChild {
	margin-bottom:0!important;
	padding-bottom:0!important;
	border:0!important;
}
.font11 {
	font-size:90%;
}
.font11 P {
	margin-bottom:8px;
	line-height:normal
}
.font120 {
	font-size:120%;
}
.mainContainer {
	margin:0 auto;
	width:1000px;
}
.padR10 {
	padding-right:10px;
}
.padR20 {
	padding-right:20px;
}
.padR40 {
	padding-right:20px;
}
.padL40 {
	padding-left:40px;
}
.fontWhite {
	color:#FFF;
}
.bgWhite {
	background-color:#FFF;
}
.column.lastChild {
	margin-right:0;
}
/*common classes ends*/
/*Page grid classes starts*/
.grid_1 {
	width:40px;
}
.grid_2 {
	width:100px;
}
.grid_3 {
	width:160px;
}
.grid_4 {
	width:220px;
}
.grid_5 {
	width:280px;
}
.grid_6 {
	width:340px;
}
.grid_7 {
	width:400px;
}
.grid_8 {
	width:460px;
}
.grid_9 {
	width:520px;
}
.grid_10 {
	width:580px;
}
.grid_11 {
	width:640px;
}
.grid_12 {
	width:700px;
}
.grid_13 {
	width:760px;
}
.grid_14 {
	width:820px;
}
.grid_15 {
	width:880px;
}
.grid_16 {
	width:940px;
}
.column {
	margin: 0 20px 0 0;
	overflow: hidden;
	float: left;
	display: inline;
}
.row {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
.row .row {
	margin: 0 -10px;
	width: auto;
	display: inline-block;
}
/*page grid classes ends*/
/*Header area classes starts*/
.header {
	height:170px;
	background-color: #fff;
	background-image: url(../images/headerBg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.contentBg {
	background:#fff url(../images/contentBg.gif) repeat-y;
	overflow:auto;
}
.topLinks {
	margin:130px 20px 0 0;
	font-size:60%;
}
.topLinks a {
	margin:0 5px;
}
/*Header area classes ends*/
/*Main nav classes starts*/
.mainNav ul {
	margin-top:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
		letter-spacing: .05em;
}
.mainNav li {
	border-bottom:1px dotted #f0f0f0;
	background:url(../images/navArrow.gif) no-repeat 13px 10px;
	color:#FFF;
	display:block;
	font-size:100%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 25px;
}
.mainNav li a {
	color:#fff;
	text-decoration:none;
}
.mainNav li a:hover {
	/*color:#f2f2f2;*/
	color:#CD2744;
}
li.selected a {
	/*color:#9f1f36;*/
	color:#4b6dbe;
}
ul.subLinks {
	margin-top:2px;
	margin-left:-10px;
	font-size:70%;
	line-height:130%;
}
.subLinks li {
	border-bottom:0;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 13px;
	/*background-color: #B6B6B6;*/
	background-image: url(../images/subLink.gif);
	background-repeat: no-repeat;
	background-position: 2px 10px;
}
ul.noBg {margin-top:2px;}
.noBg li {background-image: url(../images/subLink.gif);
	background-repeat: no-repeat;
	background-position: 2px 10px;}

/*Main nav classes ends*/

/*Home main banner area classes starts*/
.section {
	/*background-color:#f9f9fa;*/
	padding-top:20px;
}
.insideEle {
	background-color:#9FAFCA;
	margin-top:20px;
}
/*Home main banner area classes end*/
.botDotLine {
	padding-bottom:5px;
	border-bottom:2px dotted #c3c3c3;
}
.thickGrayBotBorder {
	border-bottom:14px solid #eaeaea;
}
.innerTop {
	padding-top:0px;
	padding-left:20px;
	padding-right:40px;
	padding-bottom:20px;
	background-color:#9FAFCA;
	color:#fff;
	margin-top:20px;
}

.spruch { font-size:70%; font-style:italic; color:#fff; margin-top:-5px;}
.stimmen { font-size:75%; font-style:italic; line-height:110%; color:#9FAFCA;}
.stimmen2 { font-size:80%; font-style:italic; line-height:110%; color:#9FAFCA; font-weight:bold; margin-top:4px;}
.blueBg { background:#9FAFCA;}
.floatLeft {float:left;}
.topPad {padding-top:5px;}

.form { font-size:100%; font-style:normal; font-weight:normal; color:#7E7E7E; margin-top:-5px;}
