/***** Body and main container *****/
body {
margin:0 auto;
padding:0;
font:76% Verdana,Arial,sans-serif;
background-color: #CCCCCC;
background-image: url(/templates/mvuntermain/img/bg.jpg); 
background-repeat:repeat-x;
background-attachment: fixed;
color: #333333;
}

#wrap {
margin: 10px auto;
padding: 0;
width:948px;
border: 1px solid #333333;
background-color: #FFFFFF;
}

/***** Various tags *****/
a {
text-decoration:none;
color:#0018A8;
}

a:hover {
text-decoration:underline;
color:#CC0000;
}

a img {
border:0;
}

hr {

 border: 0; /* Fuer Firefox und Opera */
 border-top: solid 1px #333333;
 height:1px;
 width: 100%;
 clear: both;

}

/***** Header *****/
#header {
margin: 0;
padding: 0;
height: 110px;
border-bottom: solid 1px #333333;
}


/***** Sidebar *****/

#sidebar{
float: left;
margin: 10px;
padding: 0;
width: 200px;
}

.announce{
margin: 20px 0 0 0;
}


/***** Main menu *****/
ul.menu-top {
margin: 0 0 3px 0;
padding:0;
list-style:none;
font-size: 1.2em;
}

li.menu-expand ul {
line-height:1.4em;
margin: 0 0 3px 0;
padding:0;
list-style:none;
font-size: 0.8em;
}

li.menu-expand ul li.menu-sibling a {
color: #333333;
}

li.menu-expand ul li.menu-child a {
color: #333333;
}

li.menu-expand ul li.menu-sibling a:hover {
color: #CC0000;
}

li.menu-expand ul li.menu-child a:hover {
color: #CC0000;
}

li.menu-current a {
color: #CC0000;
}

li.menu-current a:hover {
color: #CC0000;
}

li a {
padding: 2px;
}

/***** Main content *****/

#contentwide {
margin: 0;
padding: 0 10px 20px 0;
min-height: 300px;
width: 700px;
float: left;
}

#content h1,#contentwide h1 {
font-size:1.6em;
margin: 10px 0 0 0;
color: #0018A8;
font-weight:normal;
}

#content h2,#contentwide h2 {
font-size:1.2em;
margin: 16px 0 0 0;
clear: right;
}


#content h3,#contentwide h3 {
font-size:1.1em;
margin:8px 0 0 0;
}

#content p,#contentwide p {
padding: 0;
margin: 8px 0 0 0;
}

#content img,#contentwide img {
padding:1px;
display:inline;
color:#303030;
}

#content ul, #contentwide ul, #content ol, #contentwide ol {
margin:10px 0 0 20px;
padding:0;
}

#content li, #contentwide li {
margin:0;
padding:0 0 0 5px;
}

#content ul ul, #contentwide ul ul, #content ol ol, #contentwide ol ol{
margin:0 0 0 16px;
padding:0;
}

/***** Footer *****/
#footer {
clear:both;
margin:0;
padding:5px;
text-align:center;
font-size:0.9em;
}

#footer a {
color:#333333;
}


/***** Various classes *****/
.left {
margin:3px 10px 2px 0;
float:left;
}

.right {
margin:2px 0 2px 10px;
float:right;
}

.textright {
text-align:right;
}

.center {
text-align:center;
}

.small {
font-size:0.8em;
}

.bold {
font-weight:bold;
}

.hide {
display:none;
}

.highlight {
background-color: #ffffaa;
}


/***** Bildergalerie *****/

.pagenumbers {
	text-align: center;
	margin: 0px 1em 0px 1em;
}
.pagenumbers a:link, .pagenumbers a:visited, .pagenumbers a:hover {
	color: #000000;
	text-decoration: none;
}
.pictures {
	text-align: center;
}
.pictures img {
	border: none;
}
.pictures a:link, .pictures a:visited, .pictures a:hover {
	color: #000000;
	text-decoration: none;
}
.picturelink {
	margin: 1em;  
}
.picturelink img {
	border: none;
}
.clear {
	clear:left;
}
.filename {
	text-align: center;
}


/***** Gaestebuch *****/

table.gbentry {
  width: 98%;
  border: 1px solid #DCDCDC;
  border-collapse: collapse;
  margin-bottom: 10px;
}

table.gbentry td.gbtitle {
  font-weight: bold;
  padding: 0 5px 0 5px;
  background-color: #DCDCDC;
  color: #000000;
}

table.gbentry td.gbcontent {
  padding: 5px; 
  background-color: #FFFFFF;
  color: #000000;
}

img.button {
  vertical-align: bottom;
}

.input_form {
	font-size: 1em;
	border: 0;
}

.input_name_field {
	width: 300px;
}

.input_mail_field {
	width: 300px;
}

.input_website_field {
	width: 300px;
}

.input_message_field {
	width: 300px;
	height: 80px;
}

.input_smileys {
	text-align: right;
}
.smileys {
	border: 0;
}

.captcha_table {
	padding-top: 5px;
}

.image_captcha {
	border: 0;
}

.captcha_expl {
	font-size: 0.8em;
}

/***** News *****/

.post_title, .post_date {
	border-bottom: 1px solid #DDDDDD;
}

.post_title {
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}

.post_date {
	text-align: right;
	font-weight: bold;
}

.post_short {
	text-align: justify;
	padding-bottom: 5px;
}

.comment_title {
	font-weight: bold;
}

.comment_text {
	font-weight: bold;
	background-color: #FDFDFD;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 15px;
}

.comment_title, .comment_text {
	border-left: 1px solid #DDDDDD;
}

.comment_info {
	text-align: right;
	border-right: 1px solid #DDDDDD;
}

.comment_title, .comment_info {
	border-top: 1px solid #DDDDDD;
	background-color: #EEEEEE;
}

.selected_group_title { 
	font-size: 14px;
	text-align: center;
}
/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {
	display:none;
}
