@charset "UTF-8";
/* CSS Document */

h1 {
	color:#ba0926;
	font-size:25px;
	margin:0;
	padding:0;
	font-weight:normal;
}
p {
	margin:0;
	padding:0;
	margin-top:15px;
	line-height:18px;
	color:#fff;
}
p.grey {
	color:#929292;
}

p.impr {
	font-size:11px;
	line-height:16px;
}


a {
	text-decoration:none;
	color:#999999;
	font-size:12px;

}


body {
	background-color:#000;
	background-image:url(../img/bg_wood.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	/*background-color:#000000;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
}

#main {
	margin-left:auto;
	margin-right:auto;
	width:682px;
	margin-top:30px;
	}
	
.logo {
		width:193px;
		height:56px;
		float:left;
}
.firstMenu {
	height:17px;
	float:right;
	text-align:right;
}


a:hover, a.act {
	color:#be253e;
}


.secMenu {
	width:210px;
	height:17px;
	float:right;
	text-align:right;
	margin-top:65px;
}

.imageFrame {
	width:682px;
	margin-top:5px;
	height:330px;
}

a.imgNature {
	width:222px;
	height:330px;
	margin-right:8px;
	float:left;
	display:inline;
	background-image:url(../img/img_nature.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
a.imgUrban{
	width:222px;
	height:330px;
	margin-right:8px;
	float:left;
	display:inline;
	background-image:url(../img/img_urban.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
a.imgIndividuals{
	width:222px;
	height:330px;
	float:left;
	display:inline;
	background-image:url(../img/img_indi.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

/* ::::::::::::::: Page 2 ::::::::::::::::::::::: */

.p2 .imageFrame {
	width:682px;
	height:330px;
	margin-top:5px;
	/*background-color:#FFFFFF;*/
	background-color:#222;
	border-top:1px #ba0926 dotted;
	border-bottom:1px #ba0926 dotted;
}
.p2 .imgUrban{
	width:222px;
	height:330px;
	margin-right:0px;
	float:left;
	display:inline;
	background-image:url(../img/p2_img_urban.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}


.p2 .imgIndi{
background-image:url(../img/p2_img_cat.jpg);
background-position:left top;
background-repeat:no-repeat;
display:inline;
float:left;
height:330px;
margin-right:0;
width:222px;
}
.p2 .imgNature{
background-image:url(../img/p2_img_nature.jpg);
background-position:left top;
background-repeat:no-repeat;
display:inline;
float:left;
height:330px;
margin-right:0;
width:222px;
}
.p2 .imgCon{
background-image:url(../img/p2_img_contact.jpg);
background-position:left top;
background-repeat:no-repeat;
display:inline;
float:left;
height:330px;
margin-right:0;
width:222px;
}
.p2 .imgFriends{
background-image:url(../img/p2_img_friends.jpg);
background-position:left top;
background-repeat:no-repeat;
display:inline;
float:left;
height:330px;
margin-right:0;
width:222px;
}

.p2 .contentFrame {
	margin-left:40px;
	margin-top:40px;
	width:376px;
	height:268px;
	float:left;
	display:inline;
}
.p2 .contentFrameImpr {
	margin-left:40px;
	margin-top:40px;
	height:268px;
	float:left;
	display:inline;
	width:600px;
}

.p2 .btGal {
	position:absolute;
	top:450px;
}
.p2 a.zurGalerie {
	text-decoration:none;
	color:#ba0926;
	display:block;
	margin-top:15px;
}
.clear {
	clear:both;
	margin:0;
	padding:0;
}
.footer {
	height:20px;
	color:#333;
	font-size:10px;
	text-align:center;
	margin-top:10px;
}
.footer a {
	height:20px;
	color:#333;
	font-size:9px;
	text-align:center;
}
.footer a:hover {
	color:#555;
}
.galerie {
	height:550px;
}
.grey {
	color:#929292;
}