/*=====================================================================*/
/*==          Bildschirm - CSS made by media-konzept.ch              ==*/
/*==-----------------------------------------------------------------==*/
/*==  Copyright: 2010 arc Robert M.Stutz GmbH                        ==*/
/*==  Author   : fashionweb, CH-5430 Wettingen                       ==*/
/*==             Felix Kuster, Lea Moser                             ==*/
/*==-----------------------------------------------------------------==*/
/*== Erste Version : 14.06.2010 Felix Kuster                         ==*/
/*== Aenderungen   : 05.04.2013 Upgrade to CSS3/ReDesign             ==*/
/*==               : tt.mm.jjjj was wurde geanedert + Name           ==*/
/*=====================================================================*/
@font-face {
    font-family: 'DroidSansRegular';
    src: url('DroidSans-webfont.eot');
    src: url('DroidSans-webfont.eot?#iefix') format('embedded-opentype'),
         url('DroidSans-webfont.woff') format('woff'),
         url('DroidSans-webfont.ttf') format('truetype'),
         url('DroidSans-webfont.svg#DroidSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DroidSansBold';
    src: url('DroidSans-Bold-webfont.eot');
    src: url('DroidSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('DroidSans-Bold-webfont.woff') format('woff'),
         url('DroidSans-Bold-webfont.ttf') format('truetype'),
         url('DroidSans-Bold-webfont.svg#DroidSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}


/*---------------------------------------------------------------------*/
/*------------------     Reset Basics                 -----------------*/
/*---------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block; }
body {
	line-height: 1; }
ol, ul {
	list-style: none; }
blockquote, q {
	quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none; }
table {
	border-collapse: collapse;
	border-spacing: 0; }
:focus { outline:0; }

/*---------------------------------------------------------------------*/
/*------------------     Allgemeine Definitionen      -----------------*/
/*---------------------------------------------------------------------*/

body {
	background-color: #fff;
   color:#000;
   font-family: 'Lucida Sans Unicode', Trebuchet MS, Verdana, Helvetica, sans-serif;
   font-size: 15px;
   line-height: 1.5em;
}

.clear_float {clear: both;}

table {width: 100%;}
td {vertical-align: top; padding: 2%; }
tr {border-bottom: 1px dotted #00aa87;}
tr:last-child {border: 0;}

td.jahr {width: 100px; font-size: 1.3em;}

p {margin-bottom: 10px;}
/*---------------------------------------------------------------------*/
/*------------------          Texte & Links           -----------------*/
/*---------------------------------------------------------------------*/
.small {font-size : .8em;}
.smaller {font-size : .7em;}
b, strong   {font-family: 'DroidSansBold';}
a   {  text-decoration:none;  border:0;  outline-style:none;  outline-width:0;   }

a:link    {color: #000;}
a:visited {color: #000;}
a:active  {color: #000;}
a:hover   {color: #00ca97;}


h1 {font-family: 'DroidSansRegular'; color: #00aa87; font-size: 1.6em; margin-bottom: 20px;}
h2 {font-family: 'DroidSansRegular'; color: #00aa87; font-size: 1.2em; margin-bottom: 20px;}
h3 {font-family: 'DroidSansRegular'; color: #00aa87;}
h4 {}
h5 {}
h6 {}

.copyright {
	font-size: 11px;
   color: #bbb;
}

.outlink
{
  padding-left: 15px;
  background-image: url("../images/layout/link_2.png");
  background-repeat: no-repeat;
  background-position: left;
}

.inlink
{
  padding-left: 15px;
  background-image: url("../images/layout/link_4.png");
  background-repeat: no-repeat;
  background-position: left;
}
/*---------------------------------------------------------------------*/
/*------------------          RSS Feed                -----------------*/
/*---------------------------------------------------------------------*/
.rss_description > a > img {
	width: 230px;
	height: 100%;
}
/*---------------------------------------------------------------------*/
/*------------------          Formular                -----------------*/
/*---------------------------------------------------------------------*/
form.formular {
	font-size: 1em;
	padding: 20px;
	width:80%;
}

.formular fieldset {
	margin-top: 20px;
	padding : 15px;
	border: 1px dotted #B5B8C8;
	
}

.formular legend {
	font-size: 1.3em;
	color: #00ca97;
	background-color: #fff;
	padding: 0 10px 0 10px;
}

.formular fieldset label {
	float: left;
	text-align: inherit;
	width: 200px;
}

.formular input, .formular select, .formular textarea {
	display : block;
	margin-bottom: 10px;
}

.formular input{
	width: 300px;
	color: #555;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 14px;
	margin-top: 4px;
}
.formular textarea {
	width: 300px;
	color: #555;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 14px;
	margin-top: 4px;
}

.formular input[type=submit] {
	border: 1px solid #AAA;
	padding: 4px;
	margin: 20px auto;
	text-decoration: none;
	cursor:pointer;
}
.formular input[type=submit]:hover {
	background-color: #a1a0a0;
	color: #fff;
}

/*---------------------------------------------------------------------*/
/*------------------        Bilder & Galerien         -----------------*/
/*---------------------------------------------------------------------*/
.team img {
	float: left;
	margin: 20px;
	border: 10px solid #e5e5e5;
	-webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
.team h3 {padding: 50px 0 0 0;}

.mitglied {
	 width: 45%;
	 float: left;
	 margin: 10px 0;
	 padding: 0 10px;
}
.mitglied img {float: left; margin: 0 20px 0 0;}
.mitglied h3 {margin: 5px 0 0 0;}
.mitglied p {line-height: 1.2em;}

/*---------------------------------------------------------------------*/
/*------------------        Diverse Listen            -----------------*/
/*---------------------------------------------------------------------*/

#inhalt_r ul {
list-style-type: square;
list-style-position: outside;
list-style-image: url("../images/layout/quadrat.jpg");
margin-left: 20px;
}

#inhalt_r ul img {padding-bottom: 8px;}

#inhalt_r li {
padding-bottom: 4px;
}

#inhalt_r ul.downloads {
list-style-position: outside;
list-style-image: url("../images/layout/pdf_klein.jpg");
margin: 10px 0 0 30px;
}

#inhalt_r ul.downloads li {margin-left: 10px; margin-bottom: 5px;}
/*---------------------------------------------------------------------*/
/*-----------------------        RSS Feed         ---------------------*/
/*---------------------------------------------------------------------*/

.rssfeed {font-size: .8em;}
.rssfeed img {
	margin: 5px 0;
	display: block;
}
.rss_item{	margin-bottom: 10px; padding-bottom: 5px; border-bottom: 1px dashed #00ca97;}
.rss_title {font-weight: bold;}
.rss_description {font-size: 1em; line-height: 1em;}
.rss_link {padding-left: 130px; margin: 5px 0 0 0;}

/*---------------------------------------------------------------------*/
/*------------------          Navigation              -----------------*/
/*---------------------------------------------------------------------*/
.mainnavi {}

.mainnavi li {
    width: 143px;
    height: 30px;
    padding-top: 6px;
    text-align: center;
    font-size: .9em;
    background-image: url("../images/layout/button.jpg");
    background-repeat: no-repeat;
    float: left;
}
.mainnavi li.active {
    background-image: url("../images/layout/button_full.jpg");
}
.mainnavi a:link     {color: #bbb;}
.mainnavi a:visited  {color: #bbb;}
.mainnavi a:focus    {color: #fff;}
.mainnavi a:hover    {color: #00aa86;}

.active a:link {color: #fff;}
.active a:visited {color: #fff;}
.active a:focus {color: #fff;}
.active a:hover {color: #fff;}

.subnavi {}

.subnavi li {
    margin-bottom: 5px;
}

.subnavi li.active {
    background-image: url("../images/layout/sub_select.jpg");
    background-repeat: no-repeat;
    background-position: right;
}
.activesub a:link {color: #00aa86;}

.subnavi  a:link     {color: #bbb;}
.subnavi  a:visited  {color: #bbb;}
.subnavi  a:focus    {color: #fff;}
.subnavi  a:hover    {color: #00aa86;}
/*---------------------------------------------------------------------*/
/*-----------------------     Raumaufteilung      ---------------------*/
/*---------------------------------------------------------------------*/

#arbeitsflaeche
{
  width:1040px;
  margin: 0 auto;
  margin-top:20px;
  border:0;
}

#header_illustration {
    height: 334px;
}

#content_bereich {
    width: 1040px;
    /*min-height: 500px;*/
    background-image: url("../images/layout/inhalt.jpg");
    background-repeat: repeat-y;
}

#navigation {
    width: 100%;
    height: 30px;
    margin-left: 20px;
    margin-bottom: 50px;
}

#inhalte {
    margin-left: 40px;
    margin-right: 40px;
}

#inhalt_l {
    width: 180px;
    min-height: 100%;
    /* border-right: 1px solid #00aa86;   */
    float: left;
    position: relative;
}

#inhalt_r {
    width: 720px;
    padding-left: 30px;
    border-left: 1px solid #00aa86;
    float: left;
    
}

#footer {
    width: 1040px;
    
    
}

#content_ende {
    height: 35px;
    background-image: url("../images/layout/fusszeile.jpg");
}

#footer_inhalt {
    height: 20px;
    text-align: center;
}

/*---------------------------------------------------------------------*/
/*----------------     Raumaufteilung 2-Spaltig     -------------------*/
/*---------------------------------------------------------------------*/

#inhalt_r_l {width: 400px; float: left;}
#inhalt_r_r {width: 230px; float: right;}

/*---------------------------------------------------------------------*/
/*----------------     Start Seite                  -------------------*/
/*---------------------------------------------------------------------*/
#arc_hintergrund {
    height: 832px;
    background-image: url("../images/layout/start_logo.jpg");
    background-repeat: no-repeat;
}
#robert a {
    width: 205px;
    height: 197px;
    background-image: url("../images/layout/robert1.png");
    background-repeat: no-repeat;
    margin-top: -380px;
    margin-left: 20px;
    position: absolute;
}

#robert a:hover {
    width: 205px;
    height: 197px;
    background-image: url("../images/layout/robert2.png");
    background-repeat: no-repeat;
    margin-top: -380px;
    margin-left: 20px;
    position: absolute;
}

#eugen a {
    width: 205px;
    height: 197px;
    background-image: url("../images/layout/eugen1.png");
    background-repeat: no-repeat;
    margin-top: -460px;
    margin-left: 150px;
    position: absolute;
}

#eugen a:hover {
    width: 205px;
    height: 197px;
    background-image: url("../images/layout/eugen2.png");
    background-repeat: no-repeat;
    margin-top: -460px;
    margin-left: 150px;
    position: absolute;
}

#ernst a {
    width: 205px;
    height: 197px;
    background-image: url("../images/layout/ernst1.png");
    background-repeat: no-repeat;
    margin-top: -480px;
    margin-left: 300px;
    position: absolute;
}

#ernst a:hover {
    width: 205px;
    height: 197px;
    background-image: url("../images/layout/ernst2.png");
    background-repeat: no-repeat;
    margin-top: -480px;
    margin-left: 300px;
    position: absolute;
}

#roberts a {
    width: 205px;
    height: 197px;
    background-image: url("../images/layout/scherzinger1.png");
    background-repeat: no-repeat;
    margin-top: -490px;
    margin-left: 460px;
    position: absolute;
}

#roberts a:hover {
    width: 205px;
    height: 197px;
    background-image: url("../images/layout/scherzinger2.png");
    background-repeat: no-repeat;
    margin-top: -490px;
    margin-left: 460px;
    position: absolute;
}

#partner a {
    width: 205px;
    height: 197px;
    background-image: url("../images/layout/partner1.png");
    background-repeat: no-repeat;
    margin-top: -520px;
    margin-left: 580px;
    position: absolute;
}

#partner a:hover {
    width: 205px;
    height: 197px;
    background-image: url("../images/layout/partner2.png");
    background-repeat: no-repeat;
    margin-top: -520px;
    margin-left: 580px;
    position: absolute;
}
