/* @group basic */

* {
	padding: 0;
	margin: 0;
}

body {
	background: #134376 url(../blueback.png) repeat-x;
}

/*
#top {
	background: transparent url(../i_back.png) no-repeat center top;
}
*/

a,
body,
div,
em,
label,
li,
ol,
p,
strong,
td,
th,
u,
ul {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	background-repeat: repeat-x;
	background-position: 0 top;
}

input,
select,
textarea {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
}

img {
	/* vertical-align: middle; */
	border: 0px;
}

p,
pre,
form {
	margin: 0px;
	padding: 0px;
}

/*
p {
	padding-bottom: 10px;
}
*/

h1 {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 2px 0px;
	

/* border-bottom:1px solid #cccccc; */
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 18px;
	color: #787878;
}

h2, h3 {
	margin: 10px 0;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	padding: 0;
}

a {
	text-decoration: none;
	color: #00007D;
	outline: none;
}

a:hover {
	color: #D40E1B;
}

/*

 @end */

/* @group Formulare */

div.submit_container {
	padding-top: 8px;
}

p.label {
	padding-top: 16px;
}

/* @end */

/* @group Layout */

#logo {
	margin: 7px 4px 0 0;
	padding: 0;
	text-align: right;
}

#wrapper {
	margin-top: 40px;
	background: #fff url(../i_back.gif) no-repeat left 120px;
	margin-bottom: 40px;
}

#container {
	padding-top: 20px;
	padding-left: 25px;
	padding-right: 20px;
}

#header {
	background-color: silver;
	background-image: url(../ix_header.png);
}

#footer {
	border-top: 1px solid #e6e6e6;
	padding: 8px 20px 10px;
	margin-top: 30px;
	color: #666;
}

#footer p {
	color: #787878;
}

#footer a {
	/*

text-decoration: underline; */
	color: #787878;
}

#footer a:hover {
	color: #D40E1B;
}

#main ul {
	list-style-type: none;
	list-style-position: outside;
	padding: 0 0 0 20px;
}

#main li {
	background: url(../bullet.gif) no-repeat 2px 6px;
	padding-left: 12px;
}

/* @end */

.mod_article p {
	padding-bottom: 10px;
}

.radio_container {
	margin-top: 6px;
}


/* @group My Group */


#xtra_menu {
	float: right;
	list-style-position: outside;
	color: #666;
}

.img_border {
	border: 1px solid #e6e6e6;
	padding-left: 32px;
	background-color: #fff;
	padding-top: 16px;
}

/* Breadcrumb Navi */

.mod_breadcrumb {
	padding-top: 1px;
	padding-bottom: 26px;
	color: #787878;
}

.mod_breadcrumb a {
	color: #787878;
}

.mod_breadcrumb a:hover {
	color: #D40E1B;
}





/* Kontaktformular */
div.formbody td {
	padding-bottom: 6px;
	vertical-align:top;
	padding-right: 6px;
}

/* Suche */
div#query_type.radio_container {
	padding-top: 10px;	
}


/* @end */




/* @group Horizontale Navi */

/*
.mod_navigationMain ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-weight: bold;
}

.mod_navigationMain ul li {
	display: inline;
	padding-right: 10px;
}

*/

p.active {
	text-decoration: none;
	color: #D40E1B;
	line-height: 20px;

}

.mod_navigationSub ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.mod_navigationSub li {
	line-height: 20px;
}

/* @end */

/* @group test */

.mod_navigationMain ul{
	list-style-type: none;
	width: 100%;
	position: relative;
	height: 27px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 53px 0 0 20px;
	
}

.mod_navigationMain ul li {
	display: block;
	float: left;
	margin: 0 0 0 4px;
	height: 27px;
}

.mod_navigationMain ul li.left {
	margin: 0;
	
}

.mod_navigationMain ul li a {
	display: block;
	float: left;
	color: white;
	background: #666666 url(../tabback_over.png);
	line-height: 27px;
	text-decoration: none;
	height: 27px;
	padding: 0 10px 0 12px;
}


/* Erste Ebene ohne Umleitung */
.mod_navigationMain ul li.active {
	display: block;
	float: left;
	color: #2E4560;
	background: #666666 url(../tabback_active.png);
	line-height: 27px;
	text-decoration: none;
	height: 27px;
	padding: 0 10px 0 12px;
}


#header div.inside div.mod_navigationMain.block ul.level_1 li.trail a.trail {
		background: #666666 url(../tabback_active.png);
		color: #000;
}


.mod_navigation .active {
	color: #D40E1B;
}


.mod_navigationMain .active {
	color: black;
	padding-top: 4px;
	background-repeat: no-repeat;
	background-position: left top;
}

/* Dritte Ebene */
ul.level_2 {
	padding-left: 20px;
}
/* ----- */

.mod_navigationMain ul li a.right  {
	padding-right: 19px;
}

.mod_navigationMain ul li a:hover {
	background: #4c4c4c;
	background: url(../tabback.png);
}

.mod_navigationMain ul li a.parent {
	color: black;
	background: #fff url(../tabback_active.png);
}

.mod_navigationMain ul li a.parent:hover {
	color: #2E4560;
	background: #fff url(../tabback_active.png);
}



/* @end */

#preview {
	position:fixed;
	top: 0px;
	left: 0px;
	width: 150px;
	height: 150px;
	background: url(../preview.png);
	padding: 0;
}

.postit {
	margin-right: 31px;
	padding: 10px;
	background: #d4d4d4 url(../postit.png) no-repeat;
}

.error {
	color: #D40E1B;
	font-weight: bold;
}

