@charset "utf-8";
/* Einfache fließende Medien
   Hinweis: Für fließende Medien müssen Sie die Attribute 'height' und 'width' des Medium aus dem HTML-Code entfernen
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 unterstützt keine maximale Breite, verwenden Sie daher eine Standardbreite von 100% */
.ie6 img {
	width:100%;
}

body  {
	font-family: Ubuntu, Trebuchet MS, sans-serif;
	font-size: 12pt;
	background-image: url(../images/old_map02yellow.png);
	min-width: 320px;
	margin-left: 0;
	margin-right: 0;
	background-attachment: fixed;
	background-repeat: repeat;
}
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 99%;
	padding-left: 0.5%;
	padding-right: 0.5%;
}
a:link {
	text-decoration: none;
	color: #06C;
}
a:visited {
	color: #06C;
}
a:hover {
	color: #BF4339;
}
#container  {
	width: 100%;
	margin-top: 5px;
	float: left;
} 

#header  {
	-webkit-box-shadow: 3px 3px 3px #d4d4d4;
	-moz-box-shadow: 3px 3px 3px #d4d4d4;
	box-shadow: 3px 3px 3px rgba(86, 150, 160, 0.33);
	border: 1px solid #999999;
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
} 
#nav {
	clear: both;
	float: left;
	width: 240px;
    display: block;
    margin-left: 6%;
    margin-right: 5%;
	background-color: #EAB01647;
    border: 1px solid #EAB016ad;
    border-radius: 5px 0px 5px 5px;
}	
ul {
	list-style-type: none;
	text-align: center;
	float: left;
}
#aktiv a	{
	color: #840000;
	font-weight: bold;
}
#content {
	padding-top: 10px;
	float: left;
}
#imptext   {
	padding-right: 0.667em;
	padding-left: 0.667em;
	text-align: left;
	border: 1px solid #999;
    border-radius: 5px;
    box-shadow: 3px 3px 3px rgba(86, 150, 160, 0.18);
	margin-bottom: 18px;	
} 
#protitle {
	background-image: url(../images/webprojekte0.png);
	background-repeat: no-repeat;
	float: left;
    height: 25px;
    width: 100%;
    margin-left: 6%;
    margin-top: 20px;
}

#projekte {
	height: auto;
	/*width: 200px;
	margin-top: 10px;*/
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #999;
	border-radius: 10px;
	box-shadow: 3px 3px 3px rgba(86, 150, 160, 0.33);
	padding-bottom: 10px;
	padding-left: 0.8%;
	background-image: url(../images/skybg02a.jpg);
}

#content2 {
	float: left;
    text-align: center;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}

.text {
	text-align: left;
	width: 80%;
	margin-left: 10%;
	line-height: 20px;
	height: 200px;
}

#tnlink {
	background-color: #F8CC17;
	max-width: 227px;
	margin-right: auto;
	margin-left: auto;
	padding: 0.5%;
}
img {
	max-width: 100%;
	/*margin-left:20px;
	margin-right: auto;
	visibility: visible;*/
	border-radius: 10px; 
}
.toplink {
	float: right;
  	padding-top: 10px;
}
#footer {
	font-size: 9pt;
    float: left;
    text-align: center;
    margin-top: 20px;
    margin-right: auto;
    border-top: 1px solid #999;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 0.667em;
	margin-left: 0.667em;
}


/* Layout für Tablet-PCs: 481 bis 768 px. Erbt Stile vom: Layout für Mobilgeräte. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 91.14%;
	padding-left: 0.93%;
	padding-right: 0.93%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#nav	{
	width: 240px;
}
#projekte	{
	margin-top: 10px;
	float:none;
}
}

@media only screen and (min-width: 550px)	{
#header	{
	background-image: url(../images/dd_header_back+cag+cop.jpg);
	background-position: center;
	max-width: 1000px;
	height: 200px;
	box-sizing: border-box;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 0.833em;
	border-radius: 10px;
	-webkit-box-shadow: 3px 3px 3px #d4d4d4;
	-moz-box-shadow: 3px 3px 3px #d4d4d4;
	box-shadow: 3px 3px 3px rgba(86, 150, 160, 0.33);
	border: 1px solid #999999;
}
#header img	{
	visibility: hidden;
}
#nav	{
	border-radius: 0px 0px 5px 5px;
}	
#content	{
	width: 100%;
	/*margin-left: 5%;
	margin-right: 5%;*/
}
#projekte	{
	/*width: 400px;
	margin-left: 10%;*/
}
}

@media only screen and (min-width: 590px)	{
#footer	{
    width: 70%;
    margin-left: 15%;
    margin-right: 15%}
}

@media only screen and (min-width: 675px)	{
.text	{
	height: 170px;
}
}

/* Desktoplayout: 769 bis maximal 1232 px.  Erbt Stile von: den Layouts für Mobilgeräte und Tablet-PCs. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 88.2%;
	max-width: 1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#projekte	{
	max-width: 950px;
}
}

/* Desktoplayout: 950 bis maximal 1049 px.  Erbt Stile von: den Layouts für Mobilgeräte und Tablet-PCs. */

@media only screen and (min-width: 950px) {
#projekte	{
	margin-left: 15%;
	max-width: 800px;
}


/* Desktoplayout: 1050 bis maximal 1232 px.  Erbt Stile von: den Layouts für Mobilgeräte und Tablet-PCs. */

@media only screen and (min-width: 1050px) {
#projekte	{
	/*margin-left: 14%;*/
}
#imptext	{
	height: 556px;
	overflow: auto;
	margin-bottom: 18px;
	padding-bottom: 20px;
}
.toplink	{
	display: none;
}
}
