/*	##########################################################
	CSS f?r Website HARPO KG, Zeitarbeit
	Autor: Herbert Jungreithmayr   |   Last Change: 31.07.2007
	##########################################################  */

/*	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	allgemeine Einstellungen:
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */

* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center; /* f?r IE 5.x und 6 im Quirks-Modus */
	min-width: 920px; /* f?r NS 6.0*/
	font: 95% Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin-top: 5px;
	/* background-color: #f2f0f0; */
	background: url(../media/hg.gif);
	background-repeat: repeat-x;
	
}
/*	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Texte, Hyperlinks:
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */

h1 { 
	font: 1.2em Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold; 
	margin: 0 0 15px 0; 
	color: #000;
}
h2 { 
	font: 1.1em Verdana, Arial, Helvetica, sans-serif;  
	color: #333;
	font-weight: bold;
	background: transparent;
}
a {
	color: #333;
	font-size: 12px;
	text-decoration: underline;
}
a:hover {
	color: #e4051a;  /* rot */
	text-decoration: none;
}
a img {
	border: 0 none;
}

p {
	font-size: 12px;
	line-height: 18px;
}
	
/*	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Layout:
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
	
#wrapper {
	width: 840px;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #008000;
}
#spacer {
	height: 2px;
	clear: all;
}
#hnav {
	width: 830px;
	height: 18px;
	text-align: right;
	padding: 0 10px 5px 0;
	background-color: #CCC;
	border-bottom: 1px solid #666;
}
#logo {
	width: 270px;
	height: 107px;
	float: left;
	/* background: url(../media/logo.gif) no-repeat 10px 50%; */
	margin-top: 10px;
	padding-left: 10px;
}

/*	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Top-Navigation:
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */

#topnav {
	width: 223px;
	height: 104px;
	float: left;
	/* background-color: #FF5500;*/
	padding: 5px 10px 12px 10px;
	margin-left: 35px;
}
#topnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#topnav ul a {
	display: block;
	width: 200px;
	height: 20px;
	line-height: 20px;
	border: 1px solid #000;
	color: #000;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
	background: #e1e0e0 url(../media/link.gif) no-repeat 10px 50%;
	text-indent: 30px;
}
#topnav ul a:hover {
	background: #FFF url(../media/redlink.gif) no-repeat 10px 50%;
}

#topnav a#current {
	background: #b8e4cb url(../media/redlink.gif) no-repeat 10px 50%;
}
	
#jobboerse {
	width: 250px;
	height: 106px;
	float: right;
	background: #FFF url(../media/money.jpg) no-repeat;
	padding: 5px 10px 12px 10px;
	margin-left: 5px;
}
#jobboerse ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#jobboerse ul a {
	display: block;
	width: 235px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	background: url(../media/redlink.gif) no-repeat 10px 50%;
	text-indent: 30px;
	border-top: 1px solid #999;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
	border-left: 1px solid #999;
}
#jobboerse ul a:hover {
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
}
#left_pic {
	width: 276px;
	height: 260px;
	float: left;
	padding: 10px 0 10px 0;
	background-color: #333;
	background: #333 url(../media/pic_left.jpg) no-repeat center;
	border: 2px solid #BD1220;
}
#middle_pic {
	width: 251px;
	height: 260px;
	float: left;
	background-color: #666;
	padding: 10px;
	margin-left: 5px;
	background: #666 url(../media/pic_middle.jpg) no-repeat center;
	border: 2px solid #BD1220;
}
#right_pic {
	width: 251px;
	height: 260px;
	float: right;
	background-color: #999;
	padding: 10px;
	background: #999 url(../media/pic_right.jpg) no-repeat center;
	border: 2px solid #BD1220;
}
#left_column {
	width: 260px;
	height: 300px;
	float: left;
	background-color: #00b34d;
	padding: 10px;
}
#middle_column {
	width: 255px;
	height: 300px;
	float: left;
	background-color: #59b982;
	padding: 10px;
	margin-left: 5px;
}
#right_column {
	width: 255px;
	height: 300px;
	float: right;
	background-color: #b8e4cb;
	padding: 10px;
}
#footer {
	clear: both;
	width: 830px;
	height: 16px;
	padding: 3px 0 3px 10px;
	background-color: #ccc;
	text-align: left;
	font-size: 12px;
	color: #333;
	border-top: 1px solid #666;
}
#spacer {
	width: 840px;
	height: 5px;
	clear: both;
}
#breadcrumb {
	clear: both;
	height: 16px;
	padding: 2px 0 1px 5px;
	font-size: 11px;
	border-top: 1px solid #BD1220; /* rot */
	margin-bottom: 1px;
}
#breadcrumb a {
	font-size: 11px;
	text-decoration: none;
}
#breadcrumb a:hover {
	font-size: 11px;
	text-decoration: underline;
}
#inhalt {
	font-size: 12px;
}

/*	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Folgelayout:
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */

#left_column1 {
	width: 260px;
	float: left;
}
#mainnav2 {
	width: 230px;
	float: left;
	padding: 5px 0 5px 10px;
	font-weight: bold;
}
#mainnav2 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#mainnav2 li {
	background: url(../media/link.gif) no-repeat 0 50%;
	padding-left: 20px;
}
#mainnav2 .selected {
	background: url(../media/redlink.gif) no-repeat 0 50%;
	padding-left: 20px;
	color: #BD1220;
}
#mainnav2 .selected a {
	color: #BD1220;
	text-decoration: none;
}

#middle {
	background-color: #e1e0e0;
	height: 140px;
}
#pix {
	width: 515px;
	height: 136px;
	float: right;
	background: #ccc url(../media/toppic.jpg) no-repeat center;
	border: 2px solid #BD1220;
}
#content {
	padding: 10px 60px 10px 10px;
	font-size: 12px;
}
#content ul {
	list-style-image:url(../media/link.gif);
	margin-left: 15px;
	line-height: 20px;
	}

/*	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	2 Spalten:
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */

#box {
	margin: 0 auto;
	width: 720px;
	/* border: 1px solid #94754d;*/
}
#left_col {
	width: 355px;
	float: left;
	/* border: 1px solid #94754d; */
	
}
#right_col {
	width: 355px;
	float: right;
	/* border: 1px solid #94754d; */
}


/*	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Kontaktformular:
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
	
form {
	background-color: #FFF;
	color: #000;
	font-size: 12px;
	width: 640px;
	padding: 20px;
	border: 2px solid #e2001a;
}
label {
	display: block; /* Beschriftung auf eigener Zeile */
}
textfeld, textarea {
	width: 250px;
	border: 1px solid #10802d;
	margin-bottom: 0.5em;
}
textarea {height: 7em;}
input:focus, textarea:focus {
	background-color: #e5e7f1;
}
input {border: 1px solid #10802d;}
#check, #radio { 
	background-color: #ddff; 
	border: 1px solid #10802d;
	margin-bottom: 0.2em; 
}

#legend {
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 10px;
	color: #810515;
}
#button { 
	background-color: #FFF; 
	color: #810515;
	font-weight: bold; 
	width: 100px; 
	border: 2px solid #10802d; 
}
#senden {
	text-align: right;
}



