/*START OF CSS RESET */
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {border-collapse: collapse;border-spacing: 0;}
/*END OF CSS RESET */

/*GETTING STANDARDS UP AGAIN*/
body{font-family: Verdana,Arial,Times New Roman; color: #000; }
h1{font-family: Verdana,Arial,Times New Roman;font-size: 1.5em;}
h2{font-family: Verdana,Arial,Times New Roman;font-size: 1.3em;}
h3{font-family: Verdana,Arial,Times New Roman;font-size: 1.1em;}
h4{font-family: Verdana,Arial,Times New Roman;font-size: 0.9em;}
h5{font-family: Verdana,Arial,Times New Roman;font-size: 0.7em;}
h6{font-family: Verdana,Arial,Times New Roman;font-size: 0.5em;}
p{font-family: Verdana,Arial,Times New Roman;font-size: 1em;}
/*STANDARDS ARE UP, LEGO*/

body{
	background: #1bb1f0;
}

#topwolk{
	position:absolute;
	right: 0;
    z-index: -2;

}
#botwolk{
	position: absolute;
	bottom: 0;
	z-index: -1;
}

#header{
	width: 900px;
	height: 100px;
	margin: auto;
	background: url('/images/logo.png') no-repeat;
}

#menu{
	width: 700px;
	height: 30px;
	margin: auto;
	text-align: center;
	z-index: 20;

}

#menu ul{
	margin: auto;
	text-align: center;
	display: inline-block;
}
#menu ul li a{
	display: block;
	float: left;
	height: 28px;
	width: 150px;
	color: #1bb1f0;
	background: #fff;
	font-weight: bold;
	font-size: 1.5em;
	margin-left:5px;
	text-decoration: none;
	padding-top: 2px;
}
#menu ul li a:hover{
	text-decoration: underline;
}


#menu ul li{
  display: inline;
}


#container{
	width: 680px;
	height: 480px;
	margin: auto;
	background: url('/images/contentbg.png');
	padding: 10px;
}
#leftcontent{
	width: 385px;
	height: 435px;
	float: left;
	padding: 20px;
	font-family:  Arial,Verdana,Times New Roman;
	font-size: 13px;

}

#portfoliocontent img{
	border: solid 2px #000;
	cursor: pointer;
}


#rightcontent{
	width: 210px;
	height: 435px;
	float: right;
	padding: 20px;
	font-family:  Arial,Verdana,Times New Roman;
	font-size: 18px;
	background: url('/images/contentbg.png');
	text-align: center;
    overflow: auto;

}

#rightcontent img{
	border: solid 2px #000;
	width: 200px;
	height: 135px;
	margin-top: 15px;
}

#dienstennav li{
	margin-top: 55px;
	color: #1195cd;
	text-decoration: underline;
	cursor: pointer;
}

#dienstencontent p span{
	font-size: 1.7em;
}


.transdiv{
    background: url('/images/trans.png');
    position: absolute;
    color: #fff;
	margin-top: 15px;
    border: solid 2px #000;
	cursor: pointer;

}
.imagetext {
    position: absolute;
	cursor: pointer;
	text-align: center;
	width: 120px;
}
.trans {
	z-index: 200;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../images/trans.png');
	cursor: pointer;

}
#loadcontent{
	margin: auto auto;
	position: relative;
	top: 20px;
	text-align: center;
	background: #fff;
	color: #000;
	cursor: pointer;
}
.trans p{
	color: #fff;
	font-size: 12px;
}

.imagetext a, #imagetext a:visited{
	color: #fff;
	text-decoration: none;
}
.imagetext a:hover{
	text-decoration: underline;
}

