/*
YUI 3.5.0pr2 (build 4560)
Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
/* base.css, part of YUI's CSS Foundation */

/* wulff.gr specific styles added by Karl Pongratz */

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    margin:0;
    padding: 0;
	 /*background-image: url(../images/bg_2.jpg);*/
	 /*background-repeat: repeat;*/
}

html, body {
    background-color: transparent;
}

h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*providing spacing for definition terms*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	border:1px solid #000;
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table,pre {
	/*so things don't run into each other*/
	margin-bottom:1em;
}
/* setting a consistent width, 160px; 
   control of type=file still not possible */
input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;}





div.main {
    margin: auto;
    width: 969px;
}

div.header {
    margin: 0;
    padding: 0;
    /*background-color: #7ACFE5;*/
    background-color: #8CD36E;
    background-image: url("/images/christiane_wulff_bg.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    /*background-color: #29ABE2;*/
    /*background-image: url("/images/christiane_wulff_bg.png");*/
    /*background-repeat: no-repeat;*/
    /*background-position: bottom left;*/
}

div.header-content-1 {
    margin: auto;
    width: 990px;
    /*background-color: yellow;*/
}

a img {
    border: none;
}

/*logo*/
div.header-content-1 img {
    margin: 24px 0 0 0;
}

ul.nav-lang {
    list-style-type: none;
    padding:0;
    float: right;
}

ul.nav-lang li {
    display: inline;
}

a.nav-lang:link,
a.nav-lang:visited,
a.nav-lang:hover {
    color: white;
    text-decoration: none;
    padding: 3px 9px;
}


ul.nav {
    list-style-type: none;
    padding:0;
    margin: 0 0 0 9px;
    overflow:hidden;
    /*background-color: red;*/
}

ul.nav li {
    float: left;
}

/*ul.nav li.active {*/
    /*background-color: #7ECDE8;*/
/*}*/

a.nav:link,
a.nav:visited,
a.nav:hover {
    /*color: white;*/
   padding: 5px 14px;
    text-decoration: none;
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: white;
}

div.index-intro {
   margin: auto;
   width: 969px;
   background-image: url(../images/index_intro_bg.png);
   background-position: bottom right;
   background-repeat: no-repeat;
   border-bottom: 1px solid #8CD36E;
}

div.index-intro p {
	/*font-family: Georgia;*/
	font-size: 24px;
    line-height: 1.2em;
	color: #555656;
	padding: 227px 0 21px 17px;
	margin: 0;
}

div.index-ad {

   padding: 24px 0 0 0;
   border-bottom: 1px solid #8CD36E;
}

div.index-ad p {
    font-size: 24px;
     line-height: 1.2em;
     color: #555656;
}



div.index-col {
	padding: 31px 17px;
	margin: 0;
}

div.index-col h1 {
	/*font-family: Georgia;*/
	font-size: 24px;
    line-height: 1.2em;
	color: #555656;
	margin: 0.5em 0;
	font-weight: normal;
}

div.index-col p {
    margin: 0;
	 padding: 0;
}

h1.main {
   /*font-family: Georgia;*/
	font-size: 30px;
	color: #bbbdbd;
	margin: 24px 17px 17px 14px;
	font-weight: normal;
}

h2 {
	/*font-family: Georgia;*/
	font-size: 22px;
	color: #555656;
	font-weight: normal;
}

p {
	font-size: 14px;
	line-height: 1.5em;
}


div.services-col {
	padding: 0 17px 60px 17px;
}

div.services-col h2 {
	margin: 0.3em 0;
}

div.services-col ul {
	/*background-color: #ffaaaa;
	border: 2px solid red;*/
	margin-left: -1em;
}

div.services-col li {
	/*background-color: yellow;*/
	padding: 3px 0;
}

div.services-col li.sublist-header {
	list-style: none;
	padding-top: 9px;
	font-style: italic;
}


/*Partner Address Blocks*/
div.partners-block {
    padding: 12px 17px 120px 17px;
}

div.partners-block h3 {
    margin-bottom: 0;
}

div.partners-block div {
    margin: 5px 0;
}





div.notdienst {
    margin: auto;
    width: 969px;
    text-align: center;
    padding: 18px 0;
    border: 1px solid #8CD36E;
    border-width: 1px 0 1px 0;
}

div.footer-block {
	float: left;
	padding: 20px 50px 0 17px;
}

div.footer-block h4 {
    padding:0;
    margin: 0 0 4px 0;
}



div.copyright {
   padding: 40px 0 30px 0;
	color: #8a8a8a;
}







