

a:link{
	color: gray;
	}
a:active{
	color: #22aaee;
	}
a:visited{
	color: gray;
	}
a:hover{
	color: #22aaee;
	}

.active{
	padding: 4px;
	line-height: 27px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-style: italic;
	color: #22aaee;
	background-color: #ddeeff;
	}

.active.size{
	font-size: 16px;
	}
.active.size-2{
	font-size: 23px;
	line-height: 52px;
	}

.active-2 a{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 19px;
	padding: 260px 0 260px 0;
	position: relative;
	text-decoration: none;
	top: 260px;
	z-index: 1;
	}
.active-2 a.left{
	padding-left: 258px;
	}
.active-2 a.right{
	padding-right: 258px;
	}
.active-2 a.left-2{
	padding-left: 268px;
	}
.active-2 a.right-2{
	padding-right: 268px;
	}

.active.active-3{
	background-color: #eee;
	padding: 4px 15px 4px 15px;
	}

.arrow{
	text-decoration: none;
	font-size: 14px;
	}


.base-font{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 21px;
	color: black;
	}

body{
	link: gray;
	alink: #22aaee;
	vlink: gray;
	hlink: #22aaee;
	margin: 0;
	}


.copy{
	font-size: 9px;
	letter-spacing: 0;
	line-height: 14px;
	word-spacing: 0;
	margin: 30px 0 30px 0;
	color: #999;
	}


h2{
	font-size: 15px;
	line-height: 24px;
	margin: 10px 0 0 0;
	}


/* Interessen: Foto, Schablone*/
.keller{
	font-size: 11px;
	letter-spacing: 1px;
	width: 550px;
	font-style: normal;
	margin: 0;
	padding: 8%;
}
.keller-klein{
	color: #ccc;
	line-height: 21px;
	}
.lage{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 32px;
	}
/* Interessen: Foto, Schablone*/


.links img{
	padding: 5px;
	}

.left-marg{
	margin-left: 7%;
	}


.margin-top img{
	margin-top: -25px;	
	}

.menu-top{
	top: 3%;
	margin-left: 3%;
	line-height: 27px;
	letter-spacing: 2px;
	position: fixed;
	left: -2px;
	z-index: 1;
	}

.menu{
	font-size: 14px;
	letter-spacing: 2px;
	width: 645px;
	height: 39px;
	position: relative;
	}
.menu .t1{
	background-image: url(dop/taste1.png);
	}
.menu .t2{
	background-image: url(dop/taste2.png);
	}
.menu .t3{
	background-image: url(dop/taste3.png);
	}
.menu ul li a, .menu ul li a:visited{
	display: block;
	width: 200px;
	height: 39px;
	text-align: center;
	color: #fff;
	margin: 0 7px 0 7px; 
	line-height: 32px;
	font-size: 18px;
	overflow: visible;
	}
.menu .kleiner a, .menu .kleiner a:visited{
	font-size: 14px;
	}
.menu ul{
	padding: 0;
	margin: 0;
	list-style: none;
	}
.menu ul li{
	float: left;
	position: relative;
	}
.menu ul li ul{
	display: none;
	}
.menu ul li:hover a{
	background: #f7f7f7;
	background-image: url(dop/taste4.png);
	color: #fff;
	opacity: 0.9;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90); /* IE */
	}
.menu ul li:hover ul{
	display: block;
	position: absolute;
	top: 39px;
	}
.menu ul li:hover ul li a{
	display: block;
	background: #f7f7f7;
	color: gray;
	}
.menu ul li:hover ul li a:hover{
	display: block;
	background: #ddeeff;
	color: #22aaee;
	}


#menu_body .t1{
	background-image: url(dop/taste1.png);
	}
#menu_body .t2{
	background-image: url(dop/taste2.png);
	}
#menu_body .t3{
	background-image: url(dop/taste3.png);
	}
	
#menu_body ul li .kleiner a, #menu_body ul li .kleiner a:visited{
	font-size: 14px;
	}
#menu_body ul li a, #menu_body li a:visited{
	display: block;
	width: 200px;
	height: 39px;
	text-align: center;
	color: #fff;
	line-height: 32px;
	font-size: 18px;
	overflow: visible;
	}
#menu_body li ul{
	display: none;
	width: 200px;
	}
#menu_body ul li:hover a{
	background: #f7f7f7;
	background-image: url(dop/taste4.png);
	opacity: 0.9;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90); /* IE */
	}
#menu_body ul li:hover ul{
	top: 39px;
	}
#menu_body ul li:hover ul li a{
	background: #fff;
	color: gray;
	}
#menu_body ul li:hover ul li a:hover{
	background: #ddeeff;
	color: #22aaee;
	}
#menu_body li:hover ul, #menu_body li.over ul{
	display: block;
	}
#menu_body{
	letter-spacing: 2px;
	line-height: 32px;
	font-size: 18px;
	}
#menu_body ul li{
	list-style-type: none;
	margin: 0 0 0 -40px;
	}

#menu{
	background: #f7f7f7;
	width: 200px;
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-align: center;
	opacity: 0.9;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90); /* IE */
	}
#menu li{
	width: 200px;
	font-size: 18px;
	line-height: 39px;
	background-image: url(dop/taste4.png);
	}
#menu li a{
	color: gray;
	}
#menu li ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
	}
#menu li ul li{
	border: 0;
	list-style-type: none;
	font-size: 14px;
	line-height: 39px;
	background: #fff;
	}

#menu li:hover ul li a{
	display: block;
	background: #fff;
	color: gray;
	width: 200px;
	height: 39px;
	_font-size: 14px;
	_overflow: visible;
	}
#menu li:hover ul li a:hover{
	background: #ddeeff;
	color: #22aaee;
	}

.motto{
	font-size: 14px;
	line-height: 21px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-style: italic;
	color: #aaa;
	}


.navi{
	font-size: 11px;
	letter-spacing: 2px;
	line-height: 25px;
	margin: 70px 0 20px 0;
	padding: 0;
	width: 620px;
	height: 140px;
	background: url(dop/bg-44c.png);
	}
.navi p{
	padding: 10px 0 0 0;
	}
	
.navi-2{
	font-size: 11px;
	letter-spacing: 2px;
	line-height: 70px;
	_margin: 70px 0 20px 0;
	padding: 0;
	width: 750px;
	background:url(dop/bg-gray3.png); 
	}
.navi-2 .active{
	_font-style: normal;
	font-style: italic;
	color: #22aaee;
	}


.oben{
	font-size: 11px;
	letter-spacing: 2px;
	width: 550px;
	_line-height: 27px;
	font-style: normal;
	margin: 0;
	background: url(dop/pixel-w.gif);
	padding: 10px 0 20px 0;
}

.oben-2{
	font-size: 11px;
	width: 100%;
	font-style: normal;
	margin: 0;
	padding: 20px 0 0 0;
	}

.orn{
	width: 260px;
	height: 260px;
	border: 0;
	top: 0;
	right: 0;
	position: absolute;
	}


/* Interessen: 3D, Foto, Schablone*/
.patt-2{
	background:url(dop/pattern11.png);
	}
.patt-3{
	background:url(dop/pattern7.png);
	}
/* Interessen: 3D, Foto, Schablone*/


.text-titel{
	_font-family: Georgia, Times New Roman, Times, serif;
	font-size: 35px;
	letter-spacing: 1px;
	line-height: 95px;
	color: #22aaee;
	background: url(dop/bg-4444.png); 
	width: 620px; 
	margin: 80px 0 50px 0;
	}

.text-begleit{
	position: absolute;
	_z-index: 1;
	font-family: Georgia, Times New Roman, Times, serif;
	font-style: italic;
	color: #ccc;
	line-height: 19px;
	font-weight: bold;
	left: 50%;
	}

.text-name{
	left: 560px;
	top: 410px;
	}

.text-name-2.neue-pos{
	top: 350px;
	}
.text-name-2{
	color: gray;
	text-align: left;
	left: 50%;
	top: 70px;
	width: 200px;
	margin-left: 290px;
	position: absolute;
	}
.text-name-2 .titel{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 21px; 
	line-height: 21px;
	font-weight: bold;
	}
.text-name-2 .titel-2{
	font-size: 22px; 
	line-height: 21px;
	font-weight: normal;
	}
.text-name-2 a{
	font-size: 11px;
	letter-spacing: 1px;
	}

.text-position{
	margin-left: 30%;
	margin-top: 5%;
	position: absolute;
	}


/* Bilder */
_img{
	border: 1 _solid _hidden;
	}
.thumbnails{
	/* Kompensiert man Einrückungen zwischen float-Blöke, dass sie alle erreichbarer Raum besetzen */
	/* kompensieruem otstupi mezhdu float-blokami, chtobi oni zanimali vse dostupnoe prostranstvo */
	margin: -3em 0 0 -2em;
	text-align: center;
	}
.thumbnails ins{
	text-decoration: none;
	}
.thumbnails .thumbnail{
	text-align: center;
	display: -moz-inline-box;
	display: inline-block;
	/* Vorgebt man min. width durch Bild und Text */
	/* zadaem min. shirinu po kartinke i tekstu */
	width: 14em;
	min-width: 200px;
	/* Einschränkung zwischen float-Blöcke */
	/* otstupi mezhdu blokami */
	margin: 3em 0 0 3em;
	}
.thumbnails .thumbnail .r{
	position: relative;
	display: block;
	/* Verstecken alle, dass plotzlich draus unsere Einschränkung kommt */
	/* pryachem vse, chto vdrug vilezlo za nashi ogranicheniya */
	overflow: hidden;
	}
.thumbnails .thumbnail .r .r{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: visible;
	}
.thumbnails .thumbnail .min{
	display: block;
	/* Vorgebt man min. height durch Bild */
	/* zadaem minimalnuyu visotu po kartinke */
	margin: 0 0 200px 0;
	/* Vorgebt man min. height durch Text */
	/* zadaem minimalnuyu visotu po tekstu */
	height: 2em;
	/* Synchronisiert man min. width durch Bild für IE */
	/* dubliruem znachenie minimalnoj shirini po kartinke dlja IE */
	width: 200px;
	}
.let-sp{
	letter-spacing: 1px;
	}
table{
	width: 70%;
	}
.top-leer{
	top: 7px;
	position:relative;
	line-height: 16px;
	}
.width{
	width: 70%;
	}
/* Bilder */
