@charset "UTF-8";
/**
*
* @author Chris Glutz <chris@netzpilot.ch>
* @copyright Copyright (c) 2010, Chris Glutz
* @version 0.2
* @date 20120113
* @desc  CSS msveronica.ch
* 
*/
html, body {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	width: 100%;
	background-image: url('images/bg.gif');
	background-repeat: repeat-x;
	background-color: #ff8a00;
}

#wrap {
	position: relative;
	top: -500px;
	width: 760px;
	margin: 0 auto;
	text-align: left;
	z-index: 1;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

p.small {
	font: normal normal 4px/4px Verdana, Arial, sans-serif;
}

#top {
	position:relative;
	top: 30px;
	width: 660px;
	font: normal normal 12px/20px Verdana, Arial, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
	padding: 0 100px 0 7px;
	margin-bottom: 20px;
}

#container {
	/*background-color: beige;
	height: 500px;*/
	padding-top: 10px;
	float: left;
	font: normal normal 12px/14px Verdana, Arial, sans-serif;
}

#container img {
	clear:both;
}	

.footer {
	font: normal normal 10px/12px Verdana, Arial, sans-serif;
	color: #000000;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 100px;
}
a {
	color: #0A6D9D;
	text-decoration:none;
}
#veronica {
	margin-top: 40px;
}

#left {	
	position: relative;
	top: 10px;
	float: left;
	width: 210px;
	height: 480px;	
	border-right: 2px solid white;
	padding: 10px 10px 20px 10px;
	color: white;
}

#middle {
	position: relative;
	top: 10px;
	float: left;
	width: 270px;
	height: 480px;	
	border-right: 2px solid white;
	padding: 10px 10px 20px 10px;
	color: white;
}


#right {
	position: relative;
	top: 10px;
	float: left;
	width: 210px;
	height: 500px;
	
	padding: 10px 10px 20px 10px;
	color: white;
}


#left img,
#middle img,
#right img {
	margin-bottom: 6px;
}

ul,
ul li {
	padding-top: 0;
	margin-top: 0;
}

#container li {
	list-style-type: square;
	list-style-image:url('images/bullet.gif');
	list-style-position: outside;
	margin-left: -23px;
	padding-left: 0px;
	width: auto;
	padding-bottom: 2px;
	font: normal normal 12px Verdana, Arial, sans-serif;
}


#bildbox {
	width: 760px;
	margin-top:20px;
	display: block;
}

#bildbox img {
	border: 0;
	margin: 0;
	padding: 0;
}












