/* CSS Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

.clear{clear: both;}
.left{float: left;}
.right{float: right;}

/* Struktur */

html, body {
	/*background: #343536 url(../gfx/carbon_bg.png) no-repeat center;*/
	background: #6f1471;
	font-family: "Trebuchet MS", Arial, Helvetica sans-serif;
	color: #444444;
    font-size: 12px;
}

p {
	padding: 5px 0;
}

a {
    color: #00F;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#spacer {
	margin-top: 100px;
}

.orange {
	font-size: 10px;
	font-weight: bold;
	color: #000;
	margin: 5px 0;
	clear: both;
}

h1#logo {
	padding: 15px;
}

h1#logo a {
	background: url(../gfx/logo.jpg) no-repeat scroll 0 0;
	display: block;
	text-indent: -99999px;
	width: 500px;
	height: 61px;
	
}

h1 {
	font-size: 18px;
	font-weight: bold;
    color: #000;
	margin-bottom: 0px;
	text-decoration:none;
}

h2 {
	font-size: 16px;
	font-weight: bold;
    color: #000;
	margin-bottom: 0px;
}

.h2_line {
	background: url(../gfx/global/hr.gif) no-repeat;
	height: 27px;
	margin: -45px 0 15px 0;
}

h3 {
	font-size: 14px;
	font-weight: bold;
    color: #000;
	margin-bottom: -5px;
}

form label {
	display:block;
	padding:8px 0 2px;
	font-weight:bold;
}

form input, form textarea {
	border:1px solid #E5E5E5;
	padding:5px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	width:300px;
}

form input.w150 {
	width: 150px;
}

form textarea {
	width:500px;
}

form input.submit {
	background: #000000;
	border:none;
	width:103px;
	height:24px;
	text-align:center;
	padding-top:2px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:15px;
}

input.submit {
	background: #ddd;
	color: #727272;
	padding: 0 5px;

	height: 30px;
	border: solid 1px #727272;
}

/* Layout */

#wrapper {
	background: #fff;
    width: 900px;
    margin: 0 auto;
	padding: 15px;
	margin-bottom: 80px;
}

#nav, #subnav {
	float: right;
	position: relative;
	right: 5px;
}

#nav li, #subnav li {
	display: inline;
	list-style-type: none;
}

#nav li a, #subnav li a {
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	float: left;
	padding: 3px 10px;
}

#subnav li a {
	font-size: 10px;
	font-weight: normal;
}

#nav li a:hover, div#nav li a.selected, #subnav li a:hover, div#subnav li a.selected {
	text-decoration:none;
	background-color:#6f1471;
	color: #ffffff;
}

div#leftcolum {
	float: left;
	width: 170px;
	margin-left: 20px;
}

div#content {
	float: left;
	width: 550px;
}

div#footer {
	font-size: 10px;
	text-align: center;
	width: 300px;
	margin: 0 auto;
	padding-top: 15px;
}

/* CSS Messages */
.messages {
    font-family: "Trebuchet MS", Arial, Sans-serif;
    margin: 20px 0px;
	padding: 10px 20px 10px 45px;
}
.success {
	background: #6bca81 url(/edgecontrol/gfx/icons/success.png) 15px 50% no-repeat;
	border: 1px solid #609c43;
	color: #FFFFFF;
}
.success span {
	font-size: 1.1em;
	font-weight: bold;
}
.error {
	background: #fff6bf url(/edgecontrol/gfx/icons/error.png) 15px 50% no-repeat;
	border: 1px solid #ffd324;
	color: #333;
}
.error span {
	font-size: 1.2em;
	font-weight: bold;
}
.failed {
	background: #eb4e4e url(/edgecontrol/gfx/icons/delete.png) 15px 50% no-repeat;
	border: 1px solid #b03b3b;
	color: #FFFFFF;
}
.failed span {
	font-size: 1.2em;
	font-weight: bold;
}
.info {
	background: #F8FAFC url(/edgecontrol/gfx/icons/information.png) 15px 50% no-repeat;
	border: 1px solid #B5D4FE;
	color: #333333;
}
.info span {
	font-size: 1.2em;
	font-weight: bold;
}

.error_field {
	background: #EB4E4E none repeat scroll 0 0;
	border: 1px dotted #333333;
}
