/*************************************************/
/* This section resets default browser styles.   */
/*************************************************/

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,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; }
hr { display: none; }
img { vertical-align: middle; }
textarea { resize: none; }

/*************************************************/
/* Basic styles                                  */
/*************************************************/

html, body {
	color: #5a5a5a;
}

html {
	height: 100%;
}

body {
	font: normal 13px 'Arial', sans-serif;
	position: relative;
	background: #9FBBF9;
	background: -webkit-radial-gradient(center, circle farthest-corner, #D7E3FE, #9FBBF9);
	background: -moz-radial-gradient(center, circle farthest-corner, #D7E3FE, #9FBBF9);
}

p {
	line-height:1.4;
	margin-bottom:1em
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

img {
	vertical-align: middle;
}

legend {
	display: none;
}

textarea {
	width: 100%;
	height: 100px;
}

table {
	width: 100%;
}

td {
	padding: 3px;
}

input, select, textarea {
	font: normal 13px 'Arial', sans-serif;
}

a {
	color: #225985;
	text-decoration: none;
}

a:hover {
	color: #328586;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

.clearfix {
	zoom: 1
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*************************************************/
/* HEADLINES                                     */
/*************************************************/

h1,h2,h3,h4,h5,h6 {
	margin-top:6px;
	margin-bottom:3px
}

h1 {
	border-bottom: 1px solid #aaa;
}

h1, h2 {
	font: 300 26px/1.3 Helvetica, Arial, sans-serif;
	color: #323232;
}

h2 {
	font-size: 18px;
}

h3, h4, h5, h6 { 
	font-size: 16px;
	font-weight: normal;
	color: #595959;
	padding: 5px 0;
	border-bottom: 1px solid #ececec;
}

.heading-spacer {
	margin-top: 30px;
}

/*************************************************/
/* GLOBAL INTERFACE                              */
/*************************************************/

#content, .main_width {
	margin: 0 auto;
	width: 800px !important;
}

#logo {
	position: relative;
	height: 150px;
	margin-top: 10px;
	padding: 10px;
	padding-bottom: 0;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-box-shadow: 0 5px 9px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 5px 9px rgba(0,0,0,0.1);
	box-shadow: 0 5px 9px rgba(0,0,0,0.1);
  
  background: #fff;  
  background-image: url(./../images/logo_neu.png), url(./../images/logo.png);
	background-position: 20px center, center bottom;
	background-repeat: no-repeat;
}

#logo h1 {
	color: #fff;
	font-size: 37px;
	text-shadow: #000 1px 1px 2px;
	text-shadow: rgba(0,0,0,0.5) 1px 1px 2px;
	line-height: 1em;
	font-weight: bold;
	letter-spacing: 0;
	position: absolute;
	top: 50px;
	right: 100px;
	text-align: center;
	border-bottom: 0;
}

#content {
	background: #fff;
	padding: 10px;
	/*line-height: 120%;*/
	line-height:1.4;
	-webkit-box-shadow: 0 5px 9px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 5px 9px rgba(0,0,0,0.1);
	box-shadow: 0 5px 9px rgba(0,0,0,0.1);
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

#footer { 
	padding: 10px; 
	font-size: 11px;
	position: relative;
}

#footer .inline > li > a {
	margin-right: 0px; padding: 4px 10px;
}

#copyright {
	color: #848484;
	text-align: right;
	text-shadow: 0px 1px 0px #fff;
}

#copyright a { color: #848484; }

/*************************************************/
/* OTHER                                         */
/*************************************************/

#content > ul > li,
#content > ol > li > ul > li {
	list-style-type: square;
	margin-left: 30px;
	padding-left: 5px;
	line-height: 2;
}

#content > ol > li {
	list-style-type: decimal;
	margin-left: 30px;
	padding-left: 5px;
	line-height: 2;
}

.inline > li {
	display: inline-block;
	margin: 0 3px;
}

.inline > li:first-child {
	margin-left: 0;
}

.inline > li:last-child {
	margin-right: 0;
}

.box {
	position:relative;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.5);
	box-shadow:0 1px 2px rgba(0,0,0,0.5);
	background: #f0f0f0;
	background: -moz-linear-gradient(center bottom,#d9d9d9 0%,#f0f0f0 40%);
	background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#d9d9d9),color-stop(0.4,#f0f0f0));
	line-height:normal;
	font-size:13px;
	font-weight:bold;	
	padding:15px;
	color:#333;
	text-shadow:0 0 2px rgba(0,0,0,.1);
	margin-bottom: 20px;
}

.box a {
	color: #333;
}

.box a:hover {
	text-decoration: underline;
}

.contact td {
	border-bottom: 1px solid #ccc;
	padding: 5px;
}


/*************************************************/
/* MESSAGE STYLES                                */
/*************************************************/

#content table {
	width: 100%;
	clear: both;
	margin-bottom: 11px;
}

#content table a {
	text-decoration: none;
}

#content table tr.alt {
	background-color: #f9f9f9;
}

#content table thead {
	background-color: #464646;
	color: #d7d7d7;
}

#content table td, #content table th {
	font-size: 12px;
	padding: 6px;
	vertical-align: text-top;
}

#content table th {
	padding-bottom: 4px;
	padding-top: 8px;
	text-align: left;
	font-weight: bold;
}


/*************************************************/
/* MESSAGE STYLES                                */
/*************************************************/

.message {
	padding: 10px;
	line-height: 1.6;
	font-size: 12px;
	background: #d9e8b5;
	border: 1px solid #d7e9a8;
	color: #5d8005;
}

.message h3 {
	padding: 0;
	color: #323232;
}

.message.error {
	background: #f7e5e8;
	border: 1px solid #f0c1cb;
	color: #92394d;
}

.message.unspecific {
	background-color: #f3f3f3;
	border-color: #d4d4d4;
	color: #515151;
	clear: both;
}

.message.information {
	background: #f7f0d2;
	border: 1px solid #e9e1a8;
	color: #7d6812;
	text-align: center;
	font-weight: bold;
}

/*************************************************/
/* FORM STYLES                                   */
/*************************************************/

fieldset {
	border-top:1px solid #c0c0c0;
	border-bottom:1px solid #c0c0c0;
	margin:0;
	padding:10px
}

legend {
	color:#22229C;
}

form{
	margin: 0;
	padding: 0;
}

select {
	border: #90afc0 1px solid;
	padding:2px;
	color: #001f30;
	background: #ffffff;
}

input[type="checkbox"], input[type="radio"] {
	vertical-align:middle;
}

input[type="text"], input[type="password"] {
	border: #90afc0 1px solid;
	padding: 4px;
	color: #001f30;
	background: #ffffff;
}

textarea {
	border: #90afc0 1px solid;
	width: 100%;
	color: #001f30;
	background: #ffffff;
}

label {
	color: #001f30;
	vertical-align:middle;
	font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

input[type="submit"], input[type="reset"], .button {
	display: inline-block;
	min-width: 46px;
	text-align: center;
	color: #444;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	padding: 0 8px;
	line-height: 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #dcdcdc;
	border: 1px solid rgba(0,0,0,0.1);
	background-color: #f5f5f5;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f1f1f1));
	background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
	
	background-image: -moz-linear-gradient(top,#f5f5f5,#f1f1f1);
	background-image: -ms-linear-gradient(top,#f5f5f5,#f1f1f1);
	background-image: -o-linear-gradient(top,#f5f5f5,#f1f1f1);
	background-image: linear-gradient(top,#f5f5f5,#f1f1f1);
}

input[type="submit"], input[type="reset"] {
	height: 25px;
	line-height: 25px;
}

input[type="submit"]:hover, input[type="reset"]:hover, .button:hover {
	border: 1px solid #c6c6c6;
	color: #333;
	text-decoration: none;
	-webkit-transition: all 0.0s;
	-moz-transition: all 0.0s;
	-ms-transition: all 0.0s;
	-o-transition: all 0.0s;
	transition: all 0.0s;
	background-color: #f8f8f8;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));
	background-image: -webkit-linear-gradient(top,#f8f8f8,#f1f1f1);
	background-image: -moz-linear-gradient(top,#f8f8f8,#f1f1f1);
	background-image: -ms-linear-gradient(top,#f8f8f8,#f1f1f1);
	background-image: -o-linear-gradient(top,#f8f8f8,#f1f1f1);
	background-image: linear-gradient(top,#f8f8f8,#f1f1f1);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.button_green {
	border: 1px solid #29691d;
	color: #fff;
	text-shadow: 0 1px rgba(0,0,0,0.1);
	
	background-color: #368200;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#3d9400),to(#368200));
	background-image: -webkit-linear-gradient(top,#3d9400,#368200);
	background-image: -moz-linear-gradient(top,#3d9400,#368200);
	background-image: -ms-linear-gradient(top,#3d9400,#368200);
	background-image: -o-linear-gradient(top,#3d9400,#368200);
	background-image: linear-gradient(top,#3d9400,#368200);
}
.button_green:hover {
	border: 1px solid #2d6200;
	color: #fff;
	text-shadow: 0 1px rgba(0,0,0,0.3);
	
	background-color: #368200;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#368200),to(#3d9400));
	background-image: -webkit-linear-gradient(top,#368200,#3d9400);
	background-image: -moz-linear-gradient(top,#368200,#3d9400);
	background-image: -ms-linear-gradient(top,#368200,#3d9400);
	background-image: -o-linear-gradient(top,#368200,#3d9400);
	background-image: linear-gradient(top,#368200,#3d9400);
}


.button_red {
	border: 1px solid transparent;
	color: #fff;
	text-shadow: 0 1px rgba(0,0,0,0.1);
	
	background-color: #c53727;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#dd4b39),to(#c53727));
	background-image: -webkit-linear-gradient(top,#dd4b39,#c53727);
	background-image: -moz-linear-gradient(top,#dd4b39,#c53727);
	background-image: -ms-linear-gradient(top,#dd4b39,#c53727);
	background-image: -o-linear-gradient(top,#dd4b39,#c53727);
	background-image: linear-gradient(top,#dd4b39,#c53727);
}

.button_red:hover {
	border: 1px solid #b0281a;
	color: #fff;
	text-shadow: 0 1px rgba(0,0,0,0.3);
	
	background-color: #c53727;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#c53727),to(#dd4b39));
	background-image: -webkit-linear-gradient(top,#c53727,#dd4b39);
	background-image: -moz-linear-gradient(top,#c53727,#dd4b39);
	background-image: -ms-linear-gradient(top,#c53727,#dd4b39);
	background-image: -o-linear-gradient(top,#c53727,#dd4b39);
	background-image: linear-gradient(top,#c53727,#dd4b39);
}
