@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: "Allegra1";
    src: url(TrajanPro-Regular.otf);
}
@font-face {
    font-family: "Allegra2";
    src: url(TrajanPro-Bold.otf);
}



a:link {
	color: #000000;
	text-decoration: none;
	outline-style:none;
}
a:visited {
	text-decoration: none;
	color: #000000;
	outline-style:none;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
	outline-style:none;
}
a:active {
	text-decoration: none;
	color: #000000;
	outline-style:none;
}
a.red:link {
	color: #000000;
	text-decoration: none;
	outline-style:none;
}
a.red:visited {
	text-decoration: none;
	color: #000000;
	outline-style:none;
}
a.red:hover {
	text-decoration: none;
	color: #CC0000;
	outline-style:none;
}
a.red:active {
	text-decoration: none;
	color: #000000;
	outline-style:none;
}



body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
	font-size:15px;
	font-family: Arial, Helvetica, sans-serif;
}
.style1 {font-family: "Trajan Pro"}
.style2 {font-family: Arial, Helvetica, sans-serif}

.content, .gcontent {
	width:800px;
	height:539px;
	margin:10px auto;
	}
	
.header {
	text-align:center;
	}
	
.menu {
	height:23px;
	text-transform:uppercase;
	padding-top:5px;
	font-family: "Allegra1"
	}
	
.menu a {
	padding-left:16px;
	padding-right:16px;
	font-family: "Allegra1"
	}
	
.main {
	width:800px;
	height:470px;
	overflow:hidden;
	background-repeat:no-repeat;
	}
	
.main_gallery {
	width:800px;
	height:470px;
	overflow:hidden;
	text-align:center;
	background-color:#f6f3ee;
	padding-top:15px;
	}

.main div {
	background-image:url(images/content_bg.png);
	padding:25px;
	margin:auto 0px;
	color:#3b3b3b;
	text-align:center;
	}
	
.red {
	color:#CC0000 !important;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.red2 {
	color:#CC0000 !important;
	font-family: allegra1;
	font-size:20px ;
	}
.red3 {
	color:#CC0000 !important;
	font-family: Allegra1;
	font-size:16px ;
	line-height: 35px;
	}
		
.aktiv {
	color:#CC0000 !important;
	font-family: Allegra2 !important;
	}
.aktiv2 {
	color:#CC0000 !important;
	}
	
.main div a {
	color:#5d5d5d ;
	}
	
.main div a:hover {
	color:#5d5d5d ;
	text-decoration:underline  !important;
	}
	
.mini_clip img, #preview {
	margin:1px;
	padding:1px;
	background-color:#FFFFFF;
	border:1px solid #bcbabb;
	}

.mini_clip a, .prev a, .next a {
	cursor:pointer;
	}



.mini_clip {
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
	}
	
.clip {
	background-position:center center;
	background-repeat:no-repeat;
	float:left;
	height:333px;
	width:450px;
}
	
	

.prev {
	float:left;
	width:50px;
	margin-top:125px;
	margin-left:125px;
	}
	
.next {
	float:right;
	width:50px;
	margin-top:125px;
	margin-right:125px;
	}


	

	
