/* 
========================================================
Stylesheet für martinz_destino
Stand:    07.02.2010 / CS
Datei:	  bildschirm.css
========================================================
*/



/* Kalibrierung der wichtigsten Abstände
============================================ */

p, ul, ol {}



/*  ========================================
    Hyperlinks allgemein
	========================================*/	

a		{
	text-decoration:none;
			}
	
a:link {
	text-decoration:none;
	border:none;
	border-style: none;		
}
a:visited {
	    text-decoration:none;
		border:none;
		border-style: none;
}
a:focus { 
        text-decoration:none;
		border:none;
		border-style: none;
}
a:hover {
		text-decoration:none;
		border:none;
		border-style: none;
}
a:visited:active { 
		text-decoration:none;
		border:none;
		border-style: none;
		
}

/* --Bilder als Link----*/
a:link img {
	border:none;
	text-decoration:none;
	border-style: none;
	}
a:visited img { border:none;text-decoration:none; border-style: none; }
a:link:active img, :visited:active img { border:none; text-decoration:none; border-style: none;}



/* Allgemeine Selektoren 
============================================*/

html      { height: 101%; } 

body      {
	background-position: center;
	background-image: url(images/martinz_destino/hg_sw_2000px.jpg);
	background-repeat: repeat-y;
          }

h1   { 
	font-size: 100%; 
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: lighter;
	font-variant: small-caps;
	text-transform: capitalize;}
h2   {
	font-size: small;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000000;
	font-weight: lighter;
	font-variant: small-caps;
	line-height: 1.2em;
	text-transform: none;
	}
h3   {
	font-size: 100%;
	color: #ffffff;
	line-height: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: lighter;
	font-variant: small-caps;
	text-transform: capitalize;
}
h4	 {
	font-size: small;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #ffffff;
	font-weight: lighter;
	font-variant: small-caps;
	line-height: 1.2em;
	text-transform: none;
	}


#wrapper2 {
	width:1010px;
	clear:both;
	margin:auto;
	margin-top:50px;
			}


#wrapper3 {
	clear:both;
	padding:10px;
	width:970px;
	}

#wrapper {
	width: 965px;
	clear:both;
	margin:auto;
		}

#logo_links {
	float:left;
	width:450px;
	height:450px;
	background-image: url(images/martinz_destino/destino_hg_trans.png);
	text-align:center;
	margin-left: 16px;
	}	

#leiste2 {
	float:right;
	}
#logo_rechts {
	float:right;
	width:450px;
	background-image: url(images/martinz_destino/destino_hg_trans.png);
	height:450px;
	text-align:center;
		}
		

/* =====================================================
   ENDE DES STYLESHEETS
   ===================================================== */

