@charset "UTF-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Open+Sans);

* {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	border: 0;
	line-height: 1.4;
}
#clearone {
	clear: both;
	height: 1px;
}
body {
	font-family: 'Open Sans', sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 0.8em;
}
.twoColHybLtHdr li{
	list-style-type: none;
}
ul.tagcloud{
	font-size: 1.3em;
}

.tag_big {
	font-size: 1.6em;
}

.twoColHybLtHdr #container {
	width: 100%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.twoColHybLtHdr #header {
	background-color:#9F9F9F;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
}
.twoColHybLtHdr #navbar {
	background-color: #9F9F9F;
	float: left;
	width: 100%;
	padding-right: 0px;
	margin-bottom: 30px;
}
.twoColHybLtHdr #navbar ul {
	float:right;
	list-style-image: none;
	list-style-type: none;
	list-style-position: inside;
	margin-right: 40px;
}
.twoColHybLtHdr #navbar li {
	float: left;
	width: auto;
}
.twoColHybLtHdr #aktiv{
	background-color:#ffffff;
	color:#737373 !important;
}
.twoColHybLtHdr #navbar a {
	display: block;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 7px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
	text-decoration: none;
}
.twoColHybLtHdr #navbar a:hover {
	background-color:#CCCCCC;
	color: #000000;
}
.twoColHybLtHdr #navbar a:active {
	background-color:#FFFFFF;
	color: #FF0000;
}
/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColHybLtHdr #sidebar1 p" rule.
*/
.twoColHybLtHdr #sidebar1 {
	float: left;
	width: 400px; /* top and bottom padding create visual space within this div  */
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

.twoColHybLtHdr #sidebar1_impressum {
	float: left;
	width: 300px; /* top and bottom padding create visual space within this div  */
	background-color: #FFFFFF;
	margin-top: 43px;
	margin-left: 200px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

#sidebar_materials {
	float: left;
	width: 613px; /* top and bottom padding create visual space within this div  */
	background-color: #FFFFFF;
	margin: 0px 48px 20px 25px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

#sidebar_contact {
	float: left;
	width: 310px; /* top and bottom padding create visual space within this div  */
	background-color: #FFFFFF;
	margin: 0px 28px 8px 25px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
.twoColHybLtHdr #mainContent_projekte {
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 420px;
	padding-bottom: 20px;
    padding-top: 75px;
}
.twoColHybLtHdr #mainContent_impressum1 {
	float: left;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 42px;
	padding-bottom: 20px;
}

.twoColHybLtHdr #mainContent_impressum2 {
	float: left;
	margin-top: 1px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-bottom: 20px;
}

.twoColHybLtHdr #mainContent_projekte ul {
	margin: 0 0 15px 0;
}

.twoColHybLtHdr #project_link{
	color:#000000;
	text-decoration:none;

}
.twoColHybLtHdr #project_link:hover{
	color:#000000;
	background-color: #9F9F9F;
	text-decoration:none;

}
.twoColHybLtHdr #container #sidebar1 img {
	padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
}

.twoColHybLtHdr #mainContent {
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 420px;
	padding-bottom: 20px;
	width:700px;
}
.twoColHybLtHdr #mainContent_buero {
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 340px;
	padding-bottom: 20px;
	padding-top: 55px;
	width:710px;
}
.twoColHybLtHdr #mainContent_materials {
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 440px;
	padding-bottom: 20px;
	width:415px;
}
.twoColHybLtHdr #mainContent_contact {
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-bottom: 20px;
	float: left;
	width:200px;
}
.twoColHybLtHdr #mainContent_map {
	background-color: #DDDDDD;
	margin-top: 0px;
	margin-right: 55px;
	margin-bottom: 50px;
	margin-left: 20px;
	padding-bottom: 20px;
	float: right;
	width:700px;
	height:206px;
}
.twoColHybLtHdr #contentLeft {
	width:235px;
	float:left;
	margin-bottom:35px;
}
.twoColHybLtHdr #contentLeft2 {
	width:235px;
}
.twoColHybLtHdr #contentLeft3 {
	width:235px;
	margin-bottom:108px;
}
.twoColHybLtHdr #contentRight {
	float:left;
	width:360px;
	margin-left:50px;
}
.twoColHybLtHdr #contentBottom {
	float: left;
	width: 810px;
	margin-left: 200px;
	margin-bottom: 50px;
}
.twoColHybLtHdr  #container  h1  {
	font-size: 1.2em;
	padding-bottom: 20px;
}
#contentBottom h2  {
	font-size: 1.0em;
	padding: 5px 0 5px 0;
}
.twoColHybLtHdr  #container  h2  {
	font-size: 1.9em;
	padding: 0 0 5px 0;
}
.twoColHybLtHdr  #footer_content  h4  {
	font-size: 1.0em;
	padding: 0 0 5px 0;
}
.twoColHybLtHdr #footer {
    position: fixed;
    bottom: 0%;
	background:#ffffff;
    color: #3f3f3f;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
    font-size: 0.9em;
}
.twoColHybLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.7em;
	float: left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.twoColHybLtHdr #footer a {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 1.0em;
	text-decoration: none;
    color: #000000;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.twoColHybLtHdr #container #footer a:hover {
	text-decoration: underline;
}
#footer_stamp{
	width:240px;
	height:52px;
	float:left;
	margin:15px 0 0 5px;
	background: url("images2/stempel.png") no-repeat;
}
#footer_content{
	color:#000000;
	width:500px;
	height:52px;
	float:left;
	margin:15px 0 0 5px;
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.twoColHybLtHdr #container #mainContent_projekte img {
	float: left;
	padding-right: 10px;
}
.twoColHybLtHdr #container #mainContent_projekte li {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}

.twoColHybLtHdr #horzbar1 {
	
	width: 100%; /* top and bottom padding create visual space within this div  */
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
#vita ul {
	list-style: none;
}
#quader {
    position: fixed;
    bottom: 0%;
    right: 3%;
}
/* CSS-Area special for the projectpresentation Sites */
.twoColHybLtHdr #projectMainContent{
	width:908px;
	margin:10px auto 40px;
	
}
.oldnewspace{
	width:908px;
	height:30px;
}
.contentfooterspace{
	height:40px;
}
.pic_std{
	width:215px;
	height:145px;
	margin: 5px 5px 5px 5px;
}
.pic_std_big_bottom_margin{
	width:215px;
	height:145px;
	margin: 5px 5px 40px;	
}
.pic_v_quad {
	width: 900px;
	height: 300px;
}

.pic_h_dbl{
	width:215px;
	height:300px;
	margin: 5px 5px 5px 5px;
}
.pic_std_b{
	width:103px;
	height:145px;
	margin: 5px 5px 5px 5px;
}
.pic_h_dbl_b{
	width:103px;
	height:300px;
	margin: 5px 5px 5px 5px;
}
#footer_additional_content{
	float:left;
	margin: 10px 0 10px 0;
}
.twoColHybLtHdr #footerWithPic {
	background:#ffffff;
	float: none;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	height: 113px;
}

.quote {
	font-size: 1.2em;
	font-weight: bold;
}

#profile_image {	
	width: 240px;
	height: 240px;
	margin-left: 125px;
	background: url("images2/hildegardschwaab_n.jpg") no-repeat;
}

.link_image {
	width: 15px;
	height: 15px;
	background: url("images2/link.png") no-repeat;
}

.modeling_image {
	width: 890px;
	height: 145px;
	background: url("images2/modeling.png") no-repeat;
}

/* Image Strip style */

#image_strip {
    position: absolute;
    cursor: pointer;
    margin-top: 22px;
    width: 100%;
    background-color: #9f9f9f;
}

.image_strip_element {
    width: 60px;
    height: 60px;
    opacity: .3;
    float: left;
    transition: all 200ms linear;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);  /* For Webkit browsers */
    filter: gray;  /* For IE 6 - 9 */
    -webkit-transition: all .2s ease;  /* Transition for Webkit browsers */
}

.image_strip_element:hover {
    opacity: 1.0;
    transition: all 200ms linear;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);  /* For Webkit browsers */
    filter: color;  /* For IE 6 - 9 */
    -webkit-transition: all .2s ease;  /* Transition for Webkit browsers */
}

.image_strip_element_overhead {
    float: left;
    background: url("images2/strip/2.jpg") no-repeat;
    opacity: .3;
    transition: all 200ms linear;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);  /* For Webkit browsers */
    filter: gray;  /* For IE 6 - 9 */
    -webkit-transition: all .2s ease;  /* Transition for Webkit browsers */
}

.image_strip_element_overhead:hover {
    opacity: 1.0;
    transition: all 200ms linear;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);  /* For Webkit browsers */
    filter: color;  /* For IE 6 - 9 */
    -webkit-transition: all .2s ease;  /* Transition for Webkit browsers */
}

#img_1 {
    background: url("images2/strip/1.jpg") no-repeat;
}

#img_2 {
    background: url("images2/strip/2.jpg") no-repeat;
}

#img_3 {
    background: url("images2/strip/3.jpg") no-repeat;
}

#img_4 {
    background: url("images2/strip/4.jpg") no-repeat;
}

#img_5 {
    background: url("images2/strip/5.jpg") no-repeat;
}

#img_6 {
    background: url("images2/strip/6.jpg") no-repeat;
}

#img_7 {
    background: url("images2/strip/7.jpg") no-repeat;
}

#img_8 {
    background: url("images2/strip/8.jpg") no-repeat;
}

#img_9 {
    background: url("images2/strip/9.jpg") no-repeat;
}

#img_10 {
    background: url("images2/strip/10.jpg") no-repeat;
}

#img_11 {
    background: url("images2/strip/11.jpg") no-repeat;
}

#img_12 {
    background: url("images2/strip/12.jpg") no-repeat;
}

#img_13 {
    background: url("images2/strip/13.jpg") no-repeat;
}

#img_14 {
    background: url("images2/strip/14.jpg") no-repeat;
}

#img_15 {
    background: url("images2/strip/15.jpg") no-repeat;
}




/* END: Image Strip style */
