/* CSS Document */
#head1 {
	background-repeat: no-repeat;
	height: 85px;
	background-image: url(images/nav/logo.jpg);
}
#head2 {
	height: 10px;
	background-color: #E22A26;
	margin-top: 5px;
}
#header {
	margin-bottom: 17px;
}
#container {
	width: 900px;
	background: #FFFFFF;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	border: 1px solid #C5C5C5;
	height: auto;
}
#content {
	background-color: #F4F4F4;
	padding-right: 30px;
	padding-left: 25px;
	padding-bottom: 10px;
}
#navigation {
	background-image: url(images/nav/nav.jpg);
	background-repeat: repeat-x;
	height: 24px;
	font-family: "Times New Roman", Times, serif;
}
#navigation ul {
	list-style: none;
	padding: 0px;
	line-height: 24px;
	margin: 0px;
}
#navigation li {
	display: inline;
}
#navigation a {
	font-size: 13px;
	font-weight: bold;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
	text-decoration: none;
	color: #000000;
	
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#navigation li.active a {
	text-decoration: none;
	color: #e22a26;
}
#sidebar_left {
	float: left;
	width: 220px;
	margin-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 4px;
}
.box {
	background-color: #FFFFFF;
	border: 1px solid #E3E3E3;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	margin-bottom: 15px;
}
.headline_sidebar {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	background-color: #FFFFFF;
	color: #515151;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
	padding-bottom: 7px;
}
.text_sidebar {
	margin-top: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
}
.text_sidebar a {
	text-decoration: none;
	color: #323232;
	font-size: 13px;
	font-family: "Times New Roman", Times, serif;
}
.mail {
	font-size: 10px;
	padding-left: 18px;
}
#logo-rotary {
	height: 45px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
	line-height: 20px;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
}
#logo-rotary img {
	padding-right: 7px;
}
.text_sidebar h3 {
	font-size: 13px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #515151;
	margin-bottom: 8px;
}
.text-logo {
	font-size: 12px;
	color: #666666;
	padding-top: 5px;
}
#main {
	width: 550px;
	background-color: #FFFFFF;
	border: 1px solid #E3E3E3;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	float: right;
	margin-top: 15px;
}
#main h1 {
	font-family: "Times New Roman", Times, serif;
	font-size:18px;
	color: #FF0000;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
}
#main h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	margin-top: 7px;
	margin-bottom: 10px;
	color: #434343;
}
#main h3 {
	font-size:12px;
	color:#7F7F7F;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#main p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: justify;
	margin-top: 10px;
}
.line {
	font-size: 11px;
	color: #656565;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.teaserbox-image {
	float: left;
	padding-top: 5px;
}
.teaserbox-text {
	float: right;
	width: 380px;
}
.teaserbox {
	margin-bottom: 15px;
}
.teaserbox a {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.teaserbox a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}
.footer {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.text {
	padding-bottom: 10px;
}
#footer {
	background-color: #E22A26;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
}
a.footer:link {
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
}
a.footer:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
a.footer:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}
a.footer:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}
#main a:link {
	color: #E22A26;
	text-decoration: none;
}
#main a:visited {
	color: #E22A26;
	text-decoration: none;
}
#main a:hover {
	color: #000000;
	text-decoration: none;
}
#main a:active {
	color: #E22A26;
	text-decoration: none;
}
#main .teaserbox h1 a {
	font-family: "Times New Roman", Times, serif;
	font-size:18px;
	color: #FF0000;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
}
.pic {
	width: 250px;
	float: left;
}
.artikel-image {
	float: left;
	width: 245px;
	margin-top: 15px;
	margin-right: 8px;
}
.artikel-image2 {
	width: 245px;
	float: left;
	margin-right: 8px;
	margin-top: 5px;
}
.artikel-image_fl {
	float: left;
	width: 245px;
	margin-top: 15px;
	margin-right: 8px;
	margin-bottom: 5px;
}
.bildunterschrift {
	font-size: 10px;
	color: #666666;
	padding-top: 5px;
}
.bildunterschrift2 {
	font-size: 11px;
	color: #666666;
	padding-top: 5px;
}
.back {
	width: 250px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #7E7E7E;
	float: right;
	text-align: right;
}
#back2 {
	width: 150px;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-left: 25px;
}
#back2 a {
	text-decoration: none;
	color: #E22A26;
	font-size: 14px;
}
.bildergalerie {
	margin-top: 15px;
}
.bildergalerie a {
	font-size: 12px;
	color: #E22A26;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
}
.bildergalerie a:hover {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
/*video*/
.sidebar_wrapper {
	padding-bottom: 1px;
}
.sidebar_wrapper .headline2_sidebar {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
	height: 25px;
	line-height: 25px;
	background-image: url(images/nav/gold.jpg);
	background-repeat: repeat;
	padding-left: 10px;
	font-weight: normal;
}
.new {
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 7px;
}
.new_head {
	font-size: 14px;
	color: #515151;
	text-decoration: none;
	font-weight: bold;
	padding-left: 5px;
}
.new_text a {
	font-size: 13px;
	text-decoration: none;
	color: #E22A26;
}
.new_text p {
	margin-top: 2px;
	margin-bottom: 4px;
}
.new_text {
	margin-bottom: 5px;
	margin-top: 5px;
	padding-left: 10px;
	font-size: 13px;
	color: #515151;
}
.box2 {
	background-color: #FFFFFF;
	border: 1px solid #E3E3E3;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 10px;
	margin-bottom: 15px;
}
.box2 dt {
	font-size: 16px;
	margin-left: 20px;
	color: #FF0000;
	font-weight: bold;
	margin-top: 7px;
	margin-bottom: 7px;
}
.box2 dd {
	font-size: 14px;
	margin-left: 20px;
	color: #AD8664;
	font-weight: bold;
	margin-right: 2px;
	margin-bottom: 7px;
	padding-top: 5px;
}
.artikel-image3 {
	float: left;
	width: 160px;
	margin-top: 14px;
	margin-right: 10px;
}
/*Box Rotarier Sidebar*/
.box-info {
	float: left;
	text-align: center;
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 3px;
	width: 87px;
	padding-right: 5px;
}
.box-info p {
	margin-top: 3px;
	margin-bottom: 3px;
}
.box-info a {
	text-decoration: none;
	color: #E12A26;
}
.rotarier-img {
	border: 1px double #D2D2D2;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 1px;
}
/*Box Archiv Sidebar*/
.box3 {
	background-color: #FFFFFF;
	padding-left: 7px;
	padding-bottom: 4px;
	padding-right: 7px;
	padding-top: 2px;
	margin-bottom: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EDEDED;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #EDEDED;
}
.headline_box3 {
	color: #666666;
	font-size: 13px;
	font-weight: bold;
	padding-top: 7px;
	padding-left: 7px;
	height: 25px;
	padding-bottom: 15px;
}
.box-r {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E3E3E3;
	border-right-color: #D2D2D2;
	border-bottom-color: #D2D2D2;
	border-left-color: #E3E3E3;
	border-top-style: solid;
	padding: 2px;
	margin: 7px;
}
.box-r a {
	text-decoration: none;
	font-size: 12px;
	color: #E22A26;
}
.box-r img {
	vertical-align: middle;
	border: 1px solid #C7C7C7;
	margin-right: 7px;
}
.teaser-video {
	width: 175px;
	float: left;
	padding-top: 7px;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	color: #333333;
}
.aktionstag {
	padding-left: 10px;
}
.farbe {
	color: #FF1B1B;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
#ziele {
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
}
#ziele2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
.small {
	font-size: 11px;
	color: #666666;
}
.farbe-headline {
	color: #997C5D;
}
