/**
* CSS
* 
* @version 2.0
* @author Vaska 
*
* There are also some obscure rules in base.css
*/

body {
	font-size: 13px;
	line-height: 21px;
	font-family: 'Oxygen', sans-serif;
	font-weight: 400;
	color: #382d25;
	overflow-y: scroll;
    height: 100%;
    width: 100%;
}

/* link scheme */
/* you can customize links further down the page too */
a:link { text-decoration: none; color: #000; }
a:active { text-decoration: none; color: #00cc00; }
a:visited { text-decoration: none; color: #999; }
a:hover { text-decoration: underline; }
a img { border: none; }

/* general styles */
small { font-size: 9px; }
code { font-family: monospace; }
blockquote { padding-left: 9px; }

/* headings */
h1 { font-size: 13px; margin-bottom: 1em; font-weight: bold; }
h2 { font-size: 13px; margin-bottom: 1em; font-weight: bold; }
h3 { font-size: 13px; margin-bottom: 1em; }
h4 { font-size: 13px; margin-bottom: 1em; }


/* highlighter style - maybe you want to change colors? */
.highlight { background: #ccff00; color: #000; }

/* styling the index */
#index ul { list-style: none; margin: 0; }
#index ul.section {
    display: block;
    float: right;
    position: relative;
}

#index ul.subsection {  }

/* the follow rules for index are not required */
/* they are mostly for complex customization */
/* for tag display */
#index ul#all_tags { list-style-type: none; margin-bottom: 1em; }
#index ul#all_tags li { display: inline; margin-right: 3px; }
#index ul#all_tags li a {  }

/* active section title */
#index span.active_section_title,
#index span.active_section_title a { font-weight: bold; }

/* active exhibit title parts */
li.active a:link, li a.active, li.active a:hover, li a.active, li.active a:active, li a.active, 
li.active a:visited, li a.active, li span.active, #index ul.section li.active a:link, 
#index ul.section li.active a:hover, #index ul.section li.active a:active, #index ul.section li.active a:visited
{ font-weight: bold; }

/* additional #index options */
#index ul li .password a { /* background: url(../img/locked.gif) right center no-repeat; padding-right: 18px; */ }

/* the "new" indicator */
#index ul li sup { color: #0c0; font-weight: bold; text-transform: uppercase; font-size: 8px; vertical-align: top; }
/* end styling for index */

/* links styles only for the #index region */
#index a:link {  } 
#index a:hover {  } 
#index a:active {  } 
#index a:visited {  }

/* links styles only for the #exhibit region */
#exhibit a:link {  } 
#exhibit a:hover {  } 
#exhibit a:active {  } 
#exhibit a:visited {  } 

/* this is where you pad them separately */
#index .container { 
    display: block;
    position: relative;
    margin-left:75px;
    margin-right:65px;
}

#exhibit .container {
    background-color: #f4b375;
    background-image: url("/sozial_img/background_wave.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    display: block;
    float: left;
    position: relative;
    width: 1000px;
}


#exhibit img{
    display: block;
    float: left;
    position: relative;
    width: 100%;

}
.nothumb{
    margin-left: -10px;

}

.nothumb img{
    display: block;
    float: left;
    position: relative;
    width: 100%;
    border: 10px solid #FFFFFF;
    border-radius: 10px;
    border-radius: 10px;
    background-color: #FFFFFF;

}

.s_logo{
	display: block;
    float: left;
    /* margin-bottom: 20px; */
    margin-top: 50px;
    position: relative;
    margin-left: -16px;
}

.s_emailform{
   border-radius: 10px;
    display: block;
    float: right;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 10px;
    position: relative;
    width: 500px
}


.nothumb {
    float: left;
    padding-left: 75px !important;
    padding-right: 75px !important;
    margin-bottom: 45px;
}

.sub_wrap{
	display: block;
	position: relative;
	float: left;
	width: 100%;
	height: 172px;
	margin-bottom:45px;
  	background-image: url("/sozial_img/teaser_bg.jpg");
}

#exhibit h1{
	font-size: 15px;
	color: #71543a;
	font-weight: normal;
}

.sub_wrap p{
	font-size: 11px;
	color: #836851;
}

.sub_wrap .mehr{
	display: block;
	position: absolute;
	bottom: 0px;
	right: 0px;
	border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    cursor: pointer;
    display: block;
    font-size: 11px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 0px;
    text-align: center;
    color: #2c2e35;
    text-decoration: none;
    background-color: #fad8b4;
    background: -webkit-linear-gradient(bottom, #fad9b7, #f5b87e); 
    background: -o-linear-gradient(bottom, #fad9b7, #f5b87e); 
    background: -moz-linear-gradient(bottom, #fad9b7, #f5b87e); 
    background: linear-gradient(bottom, #fad9b7, #f5b87e);  

}



.select.open .mehr{
    color: #ffffff;
    text-decoration: none;
    background-color: #8a833d;

    background: -webkit-linear-gradient(bottom, #886b51, #fad8b4); 
    background: -o-linear-gradient(bottom, #886b51, #fad8b4);
    background: -moz-linear-gradient(bottom, #886b51, #fad8b4);
    background: linear-gradient(bottom, #886b51, #fad8b4);

}

.sub_1, .sub_2, .sub_3{
    display: block;
    position: relative;
    float:left; 
    width: 205px;
    height: 155px;
    padding-top: 13px;
    margin-left: 75px;
    line-height: 20px;
}

hr{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #382d25;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    display: block;
    font-size: 1px;
    height: 5px;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.sub_wrap .select{
    cursor: pointer;
}

#exhibit .sub_wrap .select h1{
    font-size: 16px;
}

.sub_1 {
	margin-left: 100px;
}

.sub_content{
	display: block;
	position: relative;
	float: left;
	width: 100%;	
}



#exhibit h1{
    font-size:17px;
    font-weight: bold;
    color: #372c25;
}

#exhibit h2{
    font-size:15px;
    font-weight: bold;
    margin: 0;
}

#exhibit .col_2 h1,
#exhibit .col_1 h1{
    height: 25px;
    font-size:17px;
    font-weight: bold;
}


#exhibit .col_2 strong,
#exhibit .col_1 strong{
    font-size:14px;
    font-weight: bold;
}


.col_1{
	display: block;
	position: relative;
	float: left;
	width: 225px;
	margin-left: 100px;
}

.col_2{
    display: block;
    float: left;
    margin-left: 57px;
    position: relative;
    width: 500px;
}

.s_imprint{
    color: #382d25;
    display: block;
    float: left;
    font-size: 11px;
    font-weight: normal;
    margin-left: 385px;
    position: relative;
}

.s_imprint:hover{
    text-decoration: underline;
    color: #836752;
}

.s_legal{
    color: #382d25;
    display: block;
    float: left;
    font-size: 11px;
    font-weight: normal;
    margin-left: 10px;
    position: relative;
}

.s_legal:hover{
    text-decoration: underline;
    color: #836752;
}

ul{
    list-style: disc outside none;
}

li{
    margin-left: 14px;
}

#exhibit .boxedImage{
    display: block;
    float: none;
    clear: both;
    position: relative;
    border: 5px solid #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#exhibit .col_1 img,
#exhibit .col_2 img{
    width: auto;
}

.imageText{
    display: block;
    position: relative;
    float: left;
    width: 250px;
    margin-bottom:35px;
}

.clear{
    display: block;
    position: relative;
    clear: both;
    float: none;
}


