/* Stylesheet für VECONA.de Design 2008 */

/************ Gilt für alle Bereiche *****************************************/

/* SCHRIFTARTEN */

* {
	margin:0;
	padding:0;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	font-weight: normal;
	border:0;
	color:black;
	font-family: Georgia, serif;

}

html,body {
	
	height:100%; /* needed for container min-height */
	font-size:12px;
	background:url('vecona/img/blue_damast_dark.gif');


}


/* PARAGRAPH */

p 				{ font-family: Georgia, serif; font-size: 12px;}
p:first-letter 	{ font-size:150%;}
p:first-line 	{ font-variant: small-caps;}

/* ÜBERSCHRIFTEN */

h1 				{ font-size: 300%; font-variant: small-caps; font-weight: normal; }
h2 				{ font-size: 150%; font-weight: normal; margin-bottom:15px; }
h3 				{ font-size: 130%; font-weight: normal; }

/* LINKS */

a 				{text-decoration: none;}
a:link 			{color: #CC0000;}
a:visited 		{color: #AA0000;}

/* VERSTAERKUNGEN */

strong 			{ font-weight:bold; }
em 				{ font-style:italic; }

div.hr { 
	text-align: center; 
	background:url('vecona/img/hr2.png');
	height:4px;
	background-position:center;
	background-repeat:no-repeat;
	margin-top:20px;
	margin-bottom:20px;
	
}
div.hr hr {
  display: none;
}
hr {
	display:block;
	positon:absolute;
	background:url('vecona/img/hr.png');
	background-position:center;
	background-repeat:no-repeat;
	height:26px;
		top:0px;
	
	
}
/*********************SEITENAUFBAU********************************/

.clear {clear:both; }

#wrapper {
	position:relative;
	width:1007px;
	height: 617px;
	margin: 0 auto;
	background-image:url('vecona/img/hp_background.png');
	background-repeat: no-repeat;
	text-align: left;
}

/************* KOPF **************/

#header {
	position:relative;
	text-align:center;
	padding-top:35px;

}

#merkzettel {
	position:absolute;
	top:40px;
	left:870px;
	height: 85px;
	width: 99px;
	font-variant: small-caps;
	text-align: right;
}
	#merkzettel img{
		position:absolute;
		margin-top:3px;
		right:46px;
		top:0px;
	 
	 }

#content {
	position:relative;		 
	height: 455px;
	text-align: left;
	overflow: hidden;
	margin-top:10px;

}
/**************** NAVIGATION ******************/

#navigation {
	position:relative;
	width:557px;
	float:left;
	margin: 20px 15px 0 70px;
	font-family: Verdana, sans-serif;
	
}
	#navigation li { 
		display:inline; 
		font-size:140%;
		
	}
	#navigation li a { 
		color:#000000;
		
	}
	#navigation li a:hover { 
		color:#AA0000;
		
	}
	#navigation li a:visted { 
		color:#AA0000;
		
	}
#impressum {
	font-family: Verdana, sans-serif;
	position:relative;
	width:350px;
	margin-top:20px;
	float:left;
	font-size:10px;
	font-variant: small-caps;
	text-align: right;
}

#impressum a {
color:#000000;
text-decoration:underline;
}

#impressum a:hover  {
color:#AA0000;
}
img#flag {
	position:absolute;
	right:420px;
	top:3px;
}


.submit {
	
	background:url("vecona/img/send.png");
	height:38px;
	border:none;
	width:270px;
	font-size:150%;

}
.submit:hover {
	
	background:url("vecona/img/send_h.png");
	height:38px;
	border:none;
	width:270px;
	font-size:150%;

}

/************* INHALT STARTSEITE**************/




