/****************************/
/** css for www.delimko.de **/
/**      main css file     **/
/**   pos. , text, links   **/
/****************************/

/* container positioning */
#wrapper
{
	width: 732px;
	margin: 25px auto;
	background: #F8F2ED;
	/*border: 3px double #98754D;*/
	border: 3px solid white;
}

#head
{
	height: 75px;
	color: white;
	background: #98754D url(../img/header3.jpg) top left no-repeat;
}

#menu
{
	background: #796145 url(../img/menubg.jpg) top left no-repeat;
	float: left;
	width: 100%;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #98754D;
	border-top: 1px solid #98754D;
}

#content
{
	clear: left;
	background: transparent url(../img/wasserzeichen.jpg) center center no-repeat;
	min-height: 300px;
	padding-top: 30px;
	/*height: 400px;
	overflow: auto;*/
}

#left
{
	float: left;
	//min-width: 200px;
	padding: 0px 20px 0px 20px;
	vertical-align:top;
}

#right
{
	/*margin-left: 250px;	
	*/
	padding-right: 20px;
	padding-left:20px;
	
}

#stepper
{
	font-size: 15px;
	clear: left;
	float: left;
	width: 100%;
	overflow: hidden;
	text-align: center;
	font-weight:bold;
}

#stepper p
{
	display: inline;
	padding: 10px;
}

#stepper p.center
{
	margin-left: 100px;
	margin-right: 100px;
}

#stepper p.left
{
	float: left;
}

#stepper p.right
{
	float: right;
}

#footer
{
	clear: both;
	background: #98754D url(../img/footerbg.jpg) top left no-repeat;
	padding: 10px;
	text-align: center;
	color: White;
	font-weight: normal;
	font-size: 11px;
	font-family: "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
}

/************************************/
/* tags & text & link styles */
/************************************/

*
{
	margin: 0;
	padding: 0;
}

body
{
	font: 12px Verdana, Helvetica, sans-serif;
	color: #333;
	background: #b17039
	/*background: #D5B290 url(../img/bodybg.gif) 0 25px repeat-x;*/
}

h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica, sans-serif;
	color: #369;
}

h1 { font-size: 21px; }
h2 { font-size: 17px; margin-bottom: 10px; }
h3 { font-size: 15px; font-weight: normal; margin-bottom: 7px; }
h4 { font-size: 13px; font-weight: normal; }
h5, h6 { font-size: 12px; font-weight: bold; }
#head h1, #head h2 { display: none; margin: 0; padding: 0; }


p.rightlinks
{
	width: 732px;
	margin: 25px auto 5px auto;
	text-align: right;
	font-size: 11px;
}

#left
{
	text-align: justify;
	font: 11px "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}

#left p, #right p, #left ul, #right ul
{
	margin-bottom: 20px;
	line-height: 180%;
}

#left p
{
	text-align: justify;
}

#left p.image
{
	text-align: left;
}

#left img
{
	display: block;
	padding: 2px;
	border: 1px solid #ccc;
}

#left img.img_nb
{
	border: none;
}

#right p.nomargin
{
	margin: 0;
}

a:link, a:visited
{
	color: #719E0A;
	font-weight: normal;
}

a:hover, a:active
{
	color: #CC9933;
	text-decoration: none;
}

#stepper p a:link, #stepper p a:visited
{
	
	font-size: 15px;
	font-weight: normal;
}

p.mini
{
	font-size: 11px;
	color: #666;
	text-align: justify;
}

table.form td
{
	padding: 2px;
	vertical-align: top;
}

input, textarea
{
	font: 11px Verdana, sans-serif;
	border: 1px solid #666;
	padding: 2px;
	background: #f5f5f5;
}

input.btn
{
	color: white;
	background: #666;
}

form
{
	margin-bottom: 10px;
}

#right ul, #right ol
{
	margin-left: 15px;
	list-style-type: square;
}

/* Reparaturstrasse - Pseudoimagemap */
#repstrasse
{
	position:relative;
	left:250px;
	background: transparent url(../img/repstrasse.jpg) top left no-repeat;
	height: 308px;
	width: 400px;
	margin-top: -10px;
	margin-bottom: 10px;
}

#repstrasse a.schere
{
	position: relative;
	display: block;
	top: 23px;
	left: 5px;
	height: 60px;
	width: 60px;
	text-decoration: none;
}

#repstrasse a.brenner
{
	position: relative;
	display: block;
	top: -50px;
	left: 180px;
	height: 60px;
	width: 60px;
	text-decoration: none;
}

#repstrasse a.abeck
{
	position: relative;
	display: block;
	top: -100px;
	left: 250px;
	height: 60px;
	width: 60px;
	text-decoration: none;
}

#repstrasse a.stapel
{
	position: relative;
	display: block;
	top: -70px;
	left: 330px;
	height: 60px;
	width: 60px;
	text-decoration: none;
}

#repstrasse a.trocken
{
	position: relative;
	display: block;
	top: 0px;
	left: 335px;
	height: 60px;
	width: 60px;
	text-decoration: none;
}

p#helptext
{
	margin: 0;
	padding: 0;
	position: relative;
	top: -130px;
	left: 20px;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	color: #c30;
	font-size: 15px;
	font-weight: bold;
}