* { padding: 0; margin: 0; }
html { height:101%; } /* erzwingt Scrollbar in Firefox */

body {
	background-color: #333333;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 180%;
	color: #DDDDDD;
}


img {
	border: 0;
}


/* ID-Selektoren fuer DIV */

#wrapper{
	color: #ffffff; /* Schriftfarbe */
	background-color: #333446;
	border: 1px solid #555779;
	width: 920px; /* Breite Inhaltsbereich */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

#kopfbereich{
	overflow: hidden;
	background-color: #333446;
	color: #dddddd;
	margin-top: 1px; /*Außenabstand oben, oberhalb Linie */
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#kopfbereich p{
	padding: 5px 0 5px 0;
	margin-bottom: 0;
}


#logo {
	/* Das HTML-Element mit dem Attribut id="logo" */
	float: left;
	width: 300px;
	padding-left: 20px;
	padding-right: 40px;
	padding: 2px;
	font-size: 48px;
	letter-spacing: 0.2em;
	line-height: 40px;
	text-align: right;
}

#navibereich {
	clear: left;
	background-color: #333446;
	color: #dddddd; /* Schriftfarbe */
	padding: 5px 20px 5px 20px;
	border-top: 1px solid #8c8c8c; /* Rahmenlinie oben*/
	margin-top: 1px; /*Außenabstand oben, oberhalb Linie */
}

#navibereich ul {
	margin: 0;
}

#navibereich li {
	display: inline-block;
	min-width: 140px;
	list-style-type: none;
	margin: 0 0 0 0;
}

#navibereich a {
	color: #E2E2E2;
}

#subnavibereich {
	color: #A9BEBB; /* Schriftfarbe */
	background-color: #333446;
	padding: 2px 20px 2px 20px;
	border-top: 1px solid #8c8c8c; /* Rahmenlinie oben*/
	margin-top: 1px; /*Außenabstand oben, oberhalb Linie */
}

#subnavibereich ul {
	margin: 0;
}

#subnavibereich li {
	display: inline-block;
	min-width:140px;
	list-style-type: none;
	margin: 0 0 0 0;
}

#subnavibereich a {
	color: #A9BEBB;
}
  
#textbereich {
	overflow: hidden;
	background-color: #333446;
	color: #dddddd; /* Schriftfarbe */
	padding: 20px 10px 20px 20px;
	border-top: 1px solid #8c8c8c; /* Rahmenlinie oben*/
	margin-top: 1px; /*Außenabstand oben, oberhalb Linie */
}

#fussbereich {
	clear: both;
	background-color: #333446;background-image: url(../img/fuss.gif);
	background-position: center;
	background-repeat: no-repeat;
	color: #8c8c8c; /* Schriftfarbe */
	text-align: center;
	padding: 10px 20px 20px 20px;
	border-top: 1px solid #8c8c8c; /* Rahmenlinie oben*/
	margin-top: 1px; /*Außenabstand oben, oberhalb Linie */
	
}

#slider {
	overflow: auto;
	width: 840px;
	height: 60px;
	background-color: #333446;
	color: #dddddd;
	border: 1px solid #8c8c8c; /* Rahmenlinie oben*/
	margin: 10px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#slider li {
	display: inline;
	list-style-type: none;
	margin: 0 8px 0 0;
	line-height: 80px;
}

#grbild {
	float:left;
	margin: 10px;
}

#klbild {
	float:left;
	width: 360px;
	height: 500px;
	margin: 10px;
}

#hochklbild {
	float:left;
	width: 180px;
	height: auto;
	margin: 10px;
}

#grbildmalerei {
	float:left;
	margin: 10px 10px 10px 10px;
}
#malerei #klbild {
	float:right;
	width: 420px;
	height: 480px;
	margin: 10px;
	overflow: auto;
	overflow-x: hidden;
}
#mb3 #klbild  {
	float:right;
	width: 420px;
	height: 420px;
	margin: 10px;
	overflow: auto;
}

#portrait #klbild, #ff #klbild {
	float:right;
	width: 320px;
	height: 660px;
	margin: 10px;
	overflow: auto;
}

#ff #klbild {
	width: 340px;
}

#plastik #klbild  {
	float:right;
	width: 150px;
	height: 360px;
	margin: 10px;
	overflow: auto;
}

#malerei #kleinbild ul, #mb3 #klbild ul, #portrait #klbild ul, #ff #klbild ul, #plastik #klbild ul, #slider ul {
	margin: 0px;
	padding: 0px;
}

 
#malerei #klbild li {
	display: inline;
	list-style-type: none;
	margin: 0 8px 0 0;
	line-height: 100px;
}

#mb3 #klbild li, #portrait #klbild li, #ff #klbild li, #plastik #klbild li {
	display: inline;
	list-style-type: none;
	margin: 0 8px 0 0;
	line-height: 70px;
}


grbild_quer {
	margin: 10px;
}

h1 {
	font-size: 26px;
	font-weight: normal;
	color: #dddddd;
	margin-left: 0px;
	margin-bottom: 20px;
	margin-top: 20px;
	font-style: oblique;
} 
  
h2 {
	font-size: 16px;
	font-weight: normal;
	color: #dddddd;
	padding-bottom: 2px;
	font-style: italic;
}

h3 {
	font-size: 110%;
	margin: 0 0 1em 0;
}

/* Hyperlinks */

a:link {
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}

a:visited {
	font-size: 11px;
	color: #dddddd;
	text-decoration: none;
}

a:hover {
	font-size: 11px;
	color: #660000;
	text-decoration: underline;
}

/* Benutzerdefinierte Klassen */

.text {
	font-size: 9px;
	color: #dddddd;
	line-height: 140%;
	letter-spacing: .08em;
	padding-right: 10px;
}

.bilder {
	padding: 0px;
   line-height: 1.5em;  /* Zeilenabstand */ 
	margin: 50px;
}

.kb {
	padding: 0;
	margin-left: 0;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 6px;
	width: auto;
	float:left
}
.bilder {
	line-height: 50px;
}

.ff {
	line-height: 80px;
}

.galerie {
	overflow: hidden;
	width: 700px;
	height: auto;
	padding: 25px 10px 10px 10px;
	border: 1px solid #333;
	margin: 0 3px 3px 0;
}
.galerie img {
	float: left;
	margin-right: 40px;
}
.red { color: #f00; }
/* Container for the article box, and the pic box */
.articleboxouter {
    width: auto;
    padding: 0px 6px 0px 5px;
    clear: both;
} 

/* Content holder for the article */
.articleboxinner {
    width: auto;
    line-height: 180%;
    color: #fff;
    padding: 15px 6px 0px 6px;
    background: #333446;
    text-align: justify;
    height: auto;
}

/* The title style for the main article */
.articleheader
{
	font-size: 200%;
	font-style: italic;
	line-height: 180%;
}

/* Sometimes, I don't want borders around my hyperlink images */
.noborder {
    border: none;
}

/* For taming those little arrows */
img {
    vertical-align: text-bottom;
}


/* This will contain the three columns */
#newsContainer2
{
    width:auto;
	background-color: #333446;
}

/* First column of the three columns */
.c1
{
	width: 33%;
	background-color: #333446;
    border-top: none;
    line-height: 130%;
    color: #ddd;
	float: left;
}

/* Second column of the three columns */
.c2
{
    width: 34%;
	background-color: #333446;
    float: left;
    line-height: 130%;
    color:  #ddd;
}

/* Third column of the three columns */
.c3
{
	width: 33%;
	background-color: #333446;
	border-top: none;
    line-height: 130%;
	color: #ddd;
	float: right;
}

/* This controls the titles for each column */
.noteheader
{
	width:auto;
	border-bottom: 1px solid #555779;
	border-top: none;
	color: #A9BEBB;
	height: 24px;
	font-size: 11px;
	font-weight: bold;
}

/* And this gives the column text some breathing space */
.spacy
{
    padding: 5px;
}
.multi-column {
    -moz-column-width: 20em;
    -moz-column-gap: 1.2em;
    -webkit-column-width: 20em;
    -webkit-column-gap: 1.2em;
	padding: 10px;
}

/* End of CSS Tabs */
