/*

Ahlener Bündnis für Familie

(c)2007-2008 veloton ohg
veloton.com

--------------------------------------------------

red - #E71919
grey - #1A1921

*/




body {
	height: 100%;
	padding: 0px;
	margin: 0px;
	background-color: #eeeeee;
	text-align: center;
}
#v_content {
	width: 780px;
	margin: auto;
	overflow: hidden;
	text-align: left;
	background-color: #666666;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
#v_header {
	text-align: center;
	margin: auto;
	clear: both;
}
#v_container_01 {
	width: 220px;
	float: left;
	background-color: #666666;
}
#v_container_01_inside {
	padding: 10px;
}
#v_container_02 {
	float: right;
	width: 560px;
	background-color: #ffffff;
}
#v_container_02_inside {
	padding: 5px 15px 20px 15px;
	background-image: url(../_images/figuren.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}


/*** main navigation***/

#v_navigation {
	width: 780px;
	background-image: url(../_images/navi_footer_bg.jpg);
	background-repeat: no-repeat;
	margin-right: 20px;
}
#v_navigation ul {
	margin: 0px;
	padding: 8px 0px 8px 0px;
	list-style-type: none;
	text-align: right;
}
#v_navigation ul li {
	display: inline;
}
#v_navigation ul li a {
	font: normal 11px verdana;
	padding: 0px 9px 0px 9px;
	color: #ffffff;
	text-decoration: none;
	border-left: 1px solid #FFFFFF;
}
#v_navigation ul li a:hover {
	text-decoration:underline;
	color:#ffffff;
}
#v_navigation ul li .first_item {
	border-left: 0px;
}



/*** subnavigaion***/

#v_subnavigation ul {
	font: normal 11px verdana;
	line-height: 16px;
	margin: 0px;
	padding: 10px 10px 2px 10px;
	list-style-type: none;
}
#v_subnavigation li {
	border-bottom: 1px solid #ffffff;
}
#v_subnavigation a {
	display: block;
	color: #ffffff;
	padding: 5px 0px 5px 2px;
	text-decoration: none;
}
#v_subnavigation a:hover {
	background-color: #999999;
	color: #333333;
	text-decoration: none; 
}

.v_subnavigation_special ul {
	font: normal 11px verdana;
	line-height: 16px;
	color: #ffffff;
	margin: 0px;
	padding: 0px 0px 2px 10px;
	list-style-type: none;
}
.v_subnavigation_special li {
	border-bottom: 1px dashed #999999;
}
.v_subnavigation_special a:link, .v_subnavigation_special a:visited, .v_subnavigation_special a:active {
	display: block;
	color: #ffffff;
	padding: 4px 0px 4px 2px;
	margin: 0px;
	text-decoration: none;
}
.v_subnavigation_special a:hover {
	background-color: #999999;
	color: #333333;
	text-decoration: none; 
}



/*** footer ***/

#v_footer {
	clear: both;
	width: 780px;
	background-image:url(../_images/navi_footer_bg.jpg);
	background-repeat:no-repeat;
	height: 35px;
}
#v_footer_inside {
	font: normal 11px verdana;
	color: #ffffff;
	padding: 10px;
}
#v_footer_inside a:link, #v_footer_inside a:active, #v_footer_inside a:visited {
	color: #ffffff;
	text-decoration: none;
}
#v_footer_inside a:hover {
	color: #eeeeee;
	text-decoration: underline;
}



/*** typo ***/

	
p, th, td, #v_container_02_inside li {
	font: normal 11px verdana;
	line-height: 17px;
	color: #1A1921;
	margin-top: 0px;
}
#v_container_01_inside .csc-textpic-caption { /*** bildunterschrift ***/
	font: italic 11px verdana;
	line-height: 17px;
	color: #ffffff;
	margin-top: 5px;
	width: 190px;
}
h1, h2, h3, h4, h5 {
	font: normal 14px verdana;
	line-height: 20px;
	color: #E71919;	
}
a:link, a:visited, a:active {
	color: #E71919;
	text-decoration: none;
}
a:hover {
	color:#1A1921;
	text-decoration: underline;
}
a:focus {
	outline-offset: -1px;
	-moz-outline: none;
	outline: none;
}
label {
	font: normal 11px verdana;
	color: #666666;
	line-height: 17px;
}
#v_images {
	padding:5px;
	margin:5px;
	float:right;
	border:1px solid #CCCCCC;
}



/*** formulare ***/

input, select, option, label, textarea {
	font: normal 11px verdana;
	color: #666666;
	width:110px;
	clear: both;
}
.csc-mailform {
	border: 0px;
	margin: 0px;
	padding: 0px 30px 0px 0px;
}
.csc-mailform-field {
	padding: 3px 0px 6px 0px;
	float:left;
	clear: both;
}
.csc-mailform label {
	float: left;
	clear: both;
	padding-top: 2px;
	clear: both;
}
.csc-mailform input, textarea {
	float: left;
	width: 250px;
	clear: both;
}
.csc-mailform select {
	float: left;
	width: 120px;
}
.csc-mailform-submit {
	margin: 8px 0px 0px 150px;
	width: 100px !important;
	clear: both;
}
.hidden {
	visibility: hidden;
	display: none;
}