/*
  960 Grid System ~ Text CSS.
  Learn more ~ http://960.gs/
  
  Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/
/*

Verwendete Schriften: 
300, 400, 600, 700
font-family: 'Titillium Web', sans-serif; 
font-family: 'Source Sans Pro', sans-serif;

*/

body {
font-family: 'Source Sans Pro', sans-serif; 
font-size:13px;
font-weight:400;
color:#0f253f;  
  }

hr {
  border: none;
  clear: both;
  height: 1px;
  margin:0px !important;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

.thin {
	font-weight:400 !important;
	}

h1 {
  font-size: 24px;
}

#login_start h1 {
	border-top: 3px solid #5AA0F0;
    color: #5AA0F0;
    text-align: center;
}

h2 {
  font-size: 18px;
border-top: 3px solid #3F5165;
margin-bottom:10px !important;
background:#ACCFF7;
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 14px;
}


h5 {
  font-size: 14px;
}

h6 {
  font-size: 14px;
}

h1, h2, h3, h4, h5, h6
	{
	color:#0f253f;
	font-weight:300;
	font-family: 'Titillium Web', sans-serif; 
		}


/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  margin-left: 30px;
}

input, select, option, textarea {
	font-family: Source Sans Pro, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 400;

	}
	
#suche_top input, #suche_top select, #suche_top option {
	font-size:14px;
	}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 10px;
}

/* Navigation */

	
/*

Login Font Format

*/

.meldung {
	color:#c84628;
	font-size:12px;
	margin-bottom:0px;
	margin-top:8px;
	}
	
#hauptmeldung {
	background: #d36a51; /* Old browsers */
	background: -moz-linear-gradient(top, #d36a51 0%, #c9482b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d36a51), color-stop(100%, #c9482b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d36a51 0%, #c9482b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d36a51 0%, #c9482b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d36a51 0%, #c9482b 100%); /* IE10+ */
	background: linear-gradient(to bottom, #d36a51 0%, #c9482b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d36a51', endColorstr='#c9482b', GradientType=0 ); /* IE6-9 */
	color:#fff;
	padding:5px 15px;;
	margin-top: 0;
    position: absolute;
    right: 0;
    top: 0;
	}