@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
html {
	height: 101%;
}
body	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

/**** Grundgerüst ****/
div#wrapper {
	width: 100%;
}

/**** Grafiken ****/
div#head {
	width: 100%;
	height: 70px;
	background-color: #CCCCCC;
	background-image: url(../images/msvm-header.jpg);
	background-position: left;
	background-repeat: no-repeat;
}

/**** Obere Menüleiste ****/
/**** Menübereich gesamt ****/
div#topmenu {
	width: 100%;
	height: 20px;
	background-color: #c8d2d6;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}
/**** Abgrenzung nach links ****/
div#q2_1 {
	width: 165px;
	float: left;
}
/**** Menübereich oben links ****/
div#top_left {
	width: 300px;
	height: 20px;
	float: left;
	padding-top: 3px;
}
/**** Menübereich oben rechts ****/
div#top_right {
	width: 300px;
	height: 20px;
	float: left;
	padding-top: 3px;
	direction: rtl;
}
#top_left ul li {
	list-style-type: none;
	display:inline;
	position: relative;
	padding-right: 25px;
}
#top_right ul li {
	list-style-type: none;
	display:inline;
	position: relative;
	padding-left: 25px;
}
#top_left ul li a:hover,
#top_left ul li a:active,
#top_left ul li a:link,
#top_left ul li a:visited,
#top_right ul li  a:hover,
#top_right ul li  a:active,
#top_right ul li  a:link,
#top_right ul li  a:visited {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

/**** Gelbe Trennlinie ****/
div#line_yellow {
	width: 100%;
	height: 5px;
	background-color: #fcfc12;
}

/**** Contentbereich ****/
div#content {
	width: 100%;
	padding-left: 5px;
	background-color: #e4e9eb;
	background-image: url(../images/yellow.gif);
	background-repeat: repeat-y;
}

/**** Menüpunkte linker Rand ****/
div#menu {
	width: 160px;
	float: left;
	background-color: #c8d2d6;
}
div#menu ul { background-color: #c8d2d6; padding-left: 2px; padding-right: 2px; padding-bottom: 0px; }
div#menu ul li { list-style-type: none; margin-top: 0px; margin-bottom: 5px; padding-top: 5px; border-top: 1px solid white; }
div#menu ul ul { background-color: #e4e9eb; padding-left: 8px; }
div#menu ul ul li { list-style-type: none; margin-top: 5px; margin-bottom: -5px; padding-top: 5px; padding-bottom: 5px; }
div#menu a { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; }
div#menu a:hover { color: #666666; text-decoration: none; }
div#menu a:active { color: #666666; text-decoration: none; }
div#menu a:link{ color: #666666; text-decoration: none; }
div#menu a:visited { color: #666666; text-decoration: none;}
div#menu h3 {
	background-color: #e4e9eb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: -5px;
}


/**** Hauptbereich ****/
div#component {
	width: 560px;
	min-height: 600px;
	float: left;
	padding: 20px;
	background-color: #ffffff;
	list-style-type: none;
}

/**** Bereich rechts ****/
div#right {
	min-width: 160px;
	float: left;
	padding: 5px;
	background-color: #e4e9eb;
}

/**** Navigation nach oben ****/
div#NavigateTop {
	width: 100%;
	padding-left: 5px;
	background-color: #e4e9eb;
	background-image: url(../images/yellow.gif);
	background-repeat: repeat-y;
}
div#nav_left {
	width: 160px;
	float: left;
	background-color: #e4e9eb;
}
div#nav_top {
	width: 600px;
	min-height: 16px;
	float: left;
	text-align: right;
	background-color: #ffffff;
	list-style-type: none;
}
div#nav_right {
	min-width: 10px;
	float: left;
	background-color: #e4e9eb;
}

/**** Nutzungsbedingungen ****/
div#Nutzung {
	width: 100%;
	background-color: #c8d2d6;
}
div#bottom {
	width: 765px;
	float: left;
	text-align: right;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(../images/yellow.gif);
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
div#bottom ul li { list-style-type: none; }
div#bottom a { font-weight: bold; color: #666666; text-decoration: none; }
div#bottom a:hover { color: #000000; }
div#bottom a:active { }
div#bottom a:link{ }
div#bottom a:visited { }

/**** Footer-Bereich ****/
div#foot {
	width: 100%;
	float: left;
	min-height: 20px;
	padding-left: 5px;
	background-color: #e4e9eb;
	background-image: url(../images/yellow.gif);
	background-repeat: repeat-y;
}
div#q6_1 {
	min-width: 160px;
	float: left;
}
div#footer {
	width: 600px;
	float: left;
	background-color: #ffffff;
	text-align: center;
}
.clr {
	clear:both;
}

a { font-size: 10px; font-weight: bold; color: #6666ff; }
a:link, a:active, a:visited { text-decoration: none; }
a:hover { color: #000000; }
.minilink a { font-size: 10px; font-weight: bold; text-decoration: none; color: #666666; }
.minilink a:hover { color: #000000; }
.minilink a:active, .minilink a:link, .minilink a:visited { color: #666666; }

/* allgemeiner Absatz */
p {
	margin-bottom: 10px;
}
/* Überschriften */
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #FFCC33;
	padding-top: 5px;
	padding-bottom: 15px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #0066cc;
}
/**** Überschrift H4 für die gelb hinterlegten Zwischen-Überschriften ****/
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	background-color: #FCFC12;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
h5{
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	padding: 10px 0px;
}
td {
	text-align: left;
	vertical-align: top;
	padding-bottom: 10px;
}
/**** Relevant für Joomla-Funktionen ****/
#control-group { padding: 10px; }
.star { color: red; }
.btn-toolbar .btn-group  {
	width: auto;
	display: inline;
}
.btn-toolbar .btn-group .btn btn-primary {
	float: left;
}
/* Seiten-Navigation PAGINATION */
#component .pagination {
	margin: 10px 0px;
	padding: 10px 0px 10px 0px;
}
#component .pagination ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
	clear: both;
}
#component .pagination li {
	display: inline;
	padding: 2px 5px;
	margin: 0px 2px;
	text-align: center;
}
#component .pagination li.pagination-start,
#component .pagination li.pagination-next,
#component .pagination li.pagination-end,
#component .pagination li.pagination-prev {
	border: 0px;
}
#component .pagination li.pagination-start ,
#component .pagination li.pagination-start  span {
	padding: 0px;
}
p.counter {
	font-weight: bold;
	text-align: center;
	clear: both;
}

legend { }
fieldset {
	border: solid 1px #666666;
	padding: 8px;
	margin: 10px 0px;
}
input , select {
	font-size: 14px;
	font-weight: normal;
	border: 1px solid #666666;
	padding: 2px;
}
button, .btn {
	padding: 3px 10px;
	border: 1px solid #666666;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #e4e9eb;
}
dl { }
dt { }
dd { padding-left: 10px; color: black; }
ul { padding-bottom: 3px; }
ul li { list-style-type: none; }

ul#navmenu li a {
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	padding: 2px 10px;
	border: 1px solid #666666;
	color: black;
	background-color: #e4e9eb;
}
ul#navmenu li a:link, ul#navmenu li a:active, ul#navmenu li a:visited { text-decoration: none; }
ul#navmenu li a:hover { color: #000000; }

#icon-arrow-right { }

/**** vereinsspezifische Definitionen ****/
.style1 {
	text-align: left;
	vertical-align: top;
}
.Stil1 {
	font-weight: bold;
}
.style19 {
	color: #666666;
}
.tablegelb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	background-color: #FCFC12;
	padding: 3px;
	font-weight: bold;
}
.tablegrau {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-color: #C8D2D6;
	font-weight: bold;
}
