/**
*
* @package creativeCore
* @copyright: (c) 2009 by Laurenz Ruprecht <zmx.at>
*
*/

body {
     background-color: #F7F7F7;
     margin: 0px;
     font-family: "Arial";
     font-size: 13px;
     color: #464646;
        min-width: 1250px;
        overflow: auto;
        
}

h1 {
	font-size: 18px;
	margin-top: 0px;
}

h2 {
	color: #5A5A5A;
	text-decoration: underline;
	font-size: 16px;
	font-weight: none;
	margin-top: 0px;
}

h3 {
	margin-top: 0px;
}

img {
	border: 0px;
}

a {
	color: #1AB1FF;
	text-decoration: none;
}

a:hover {
	color: #0A91EE;
	text-decoration: underline;
}

.footer {
	margin-top: 30px;
	text-align: center;
	background-image: url("../imageset/footer_bg.png");
	height: 37px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	font-family: "Verdana";
	font-size: 11px;
	font-weight: bold;
	color: #6C6C6C;
}

.footer a {
	color: #6C6C6C;
}

.mright {
	border: 1px solid #EAEAEA;
	background-color: #FFFFFF;
	width: 200px;
	margin-bottom: 20px;
}

.menu_right {
	float: right;
	margin-left: 25px;
	margin-top: 20px;
	text-align: center;
	color: #000000;
}

.menu_right ul {
	list-style-type: none;
	padding: 0px;
	text-align: left;
}

.menu_right li {
	padding-top: 10px;
	height: 20px;
	padding-left: 10px;
	font-size: 11px;
	font-family: "Verdana";
}

.menu_right a {
	color: #4B4B4B;
}

.menu2 {
	margin-top: 30px;
	border: 1px solid #EAEAEA;
	background-color: #F7F7F7;
	width: 250px;
	min-height: 80px;
	float: left;
	font-size: 12px;
	padding: 10px;
}

.menu2 a {
	color: #464646;
}

.sites {
	width: 200px;
	border: 1px solid #EAEAEA;
	background-color: #FFFFFF;
	padding: 5px;
	margin-left: 210px;
	margin-top: 30px;
}

.menu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	padding-top: 117px;
	padding-left: 150px;
	float: left;
	width: 600px;
}

.menu li {
	float: left;
	margin-right: 5px;
	width: 74px;
	height: 27px;
	background-image: url("../imageset/menu_normal.png");
	font-family: "Calibri";
	font-size: 15px;
	text-align: center;
	padding-top: 5px;
}

.menu a {
	text-decoration: none;
	color: #464646;
}

.hr {
	border: 0px;
	border-bottom: 1px solid #EAEAEA;
	margin: 0px;
	padding: 0px;
}

.rdata {
	width: 400px;
	border: 1px solid #EAEAEA;
	padding: 15px;
	background-color: #F7F7F7;
}

.hover_list {
	height: 22px;
	background-color: #F7F7F7;
	padding-top: 5px;
	padding-left: 15px;
	cursor: pointer;
	border-bottom: 1px solid #EAEAEA;
}

.hover_list:hover {
	background-color: #FBFBFB;
}

.auftrag {
	width: 553px;
	height: 98px;
	padding-left: 20px;
	padding-top: 18px;
	background-image: url("../imageset/auftrag_startseite_bg.png");
}

.auftrag_bild {
	float: left;
	width: 180px;
}

.auftrag_content {
	float: left;
	width: 340px;
}

#tarea {
	width: 310px;
	height: 200px;
	font-family: "Trebuchet MS";
	font-size: 13px;
}

select {
	cursor: pointer;
	min-width: 200px;
}

input[type="text"] {
	background-image: url("../imageset/input_bg.png");
	background-repeat: repeat-x;
	border: 0px;
	border-top: 1px solid #E0E0E0;
	height: 18px;
	width: 200px;
}

input[type="password"] {
	background-image: url("../imageset/input_bg.png");
	background-repeat: repeat-x;
	border: 0px;
	border-top: 1px solid #E0E0E0;
	height: 18px;
	width: 200px;
}

input[type="button"] {
	background-image: url("../imageset/button_bg.png");
	background-repeat: repeat-x;
	border: 0px;
	height: 20px;
	border-bottom: 1px solid #F5F5F5;
	border-top: 1px solid #36FFFF;
	font-size: 12px;
	color: #FFFFFF;
	padding-bottom: 3px;
	cursor: pointer;
}

input[type="submit"] {
	background-image: url("../imageset/button_bg.png");
	background-repeat: repeat-x;
	border: 0px;
	height: 20px;
	border-bottom: 1px solid #F5F5F5;
	border-top: 1px solid #36FFFF;
	font-size: 12px;
	color: #FFFFFF;
	padding-bottom: 3px;
	cursor: pointer;
}

.mainbox {
	width: 900px;
	margin: auto;
}

.header {
     border-bottom: 9px solid #1AB1FF;
     height: 149px;
     background-image: url("../imageset/header.png");
     background-repeat: no-repeat;
     background-color: #fff;
     width: 100%;
}

.content_box {
	width: 560px;
	border: 1px solid #EAEAEA;
	padding: 20px;
	background-color: #FFFFFF;
	margin-top: 20px;
	float: left;
}

.line {
	height: 20px;
}

.label {
	width: 200px;
	float: left;
}

.field {
	float: left;
}