
/************************************************************************************/
/* GENERELLE HTML STYLES */
/************************************************************************************/


html, body
{ 
margin: 0px;
padding: 0px;
height: 100%;
width: 100%;
background-image: url(../images/background/1_1920.jpg);
background-repeat: no-repeat;
}

html {
overflow-y:scroll !important;
}

/************************************************************************************/
/* BODY */

body {  
/* font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; */
font-family: Verdana, Helvetica, sans-serif;
font-size: 11px;
color: #ffffff;
line-height: 18px;
}



/************************************************************************************/
/* TITEL TEXT & CO.  */


h1 {  
color: #ffffff;
font-size: 24px;
margin: 0px 0px 0.5em 0px;
padding: 0px;
}

h2 {  
color: #ffffff;
font-size: 15px;
margin: 0px;
padding: 0px;
}

h3 {
margin-top: 30px;
}

h4 {
color: #ffffff;
font-size: 110px;
margin: 0px;
padding: 0px;
}

h5 {
color: #ffffff;
font-size: 15px;
margin: 0px;
padding: 0px;
}

.meta {
font-size: 10px;
color: #9d9d9d;
}

.zwing {
font-size: 10px;
color: #cccccc;
}

.rot {
color: #621622;
}

#urbanhome { 
position: absolute;
color: #000000;
}


/************************************************************************************/
/* DIVERSE		**	folge: o r u l       */       

p { margin:0 0 1em 0; }

img {
border:0px;
}


/* IE 6 PNG FIX */
img, div { 
behavior:url("../images/z_pngfix.htc"); 
border:none; 
}



#galleryStart {
cursor:pointer;
}



/* bilder small */
.pic {
background-color: #fff;
padding: 3px 3px 6px 3px;
border: 1px solid #6A6B6C;
margin: 0px;
}


/************************************************************************************/
/* LINKS */

a.trans {color: transparent; text-decoration: none;}
a.trans:hover {color: transparent; background-color: transparent; text-decoration: none;}

/* meta links  */
a.meta {color: #9d9d9d; text-decoration: none;}
a.meta:hover {color: #6c6c6c; background-color: transparent; text-decoration: none;}


a {color: #63100e; text-decoration: none;}
a:hover {color: #868689; background-color: #fff; text-decoration: none;}












