/*-----------------------------------------------------------------------------
[kunstwochenende joachimsthal] Screen Stylesheet

version:   1.0
date:      23/07/2007
author:    [andreas loher]
email:     [info@loher-design.com]
website:   [http://www.loher-design.com/]
-----------------------------------------------------------------------------*/

/* Remove padding and margin */
*
    {
    margin: 0;
    padding: 0;
    border: 0;
}

/* classes for clearing and floating_________________________________________*/

.clear
    {
    clear:both;
}

.right
    {
    float: right;
	 margin-left: 10px;
}

.left
    {
    float: left;
	 margin-right: 10px;
}

.imgleft
    {
    float: left;
	 margin: 10px 10px 10px 0px;
}

body
    {
    font: 80%/1.5  "Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif;
    background: url(../bilder/bckgrd.gif) repeat;
    color: #000000;    
    text-align:center;
}

#wrapper
    {
    width:650px;
	 height: /*auto */40em;
    text-align:left;  
    margin-left:auto;
    margin-right:auto;
	 margin-top: 20px;
    background-color: #FFFFFF;
	 padding: 10px 10px 10px 10px;
	 border-top: 10px solid red;
	 border-bottom: 10px solid red;
	 overflow: auto;
}

#content {
	/*overflow: auto;*/
	height: auto;
}

#footer {
	width: 768px;
	margin-left:auto;
    margin-right:auto;
	 margin-top: 5px;
	font: 0.7em/1.5 Verdana, sans-serif;
	color: #5B5B5B;
	height: 35px;
	/*overflow:hidden;
	position: absolute; bottom:25px;
	border: 1px solid red;
	margin-bottom: 0px;*/
}

/*__________________________________________Navigation________________________*/
#navigation {
	display: inline;
	float: right;
	/*border: 1px solid red;*/
	margin: -160px 0px 0px -100px;
}
#navigation ul {
	list-style-type:none;
}

#navigation ul a:link {
font-weight: bold;
color: Blue;
text-decoration: underline;
}
#navigation ul a:visited {
font-weight: bold;
color: #C4027E;
text-decoration: underline;
}
#navigation ul a:hover {
font-weight: bold;
color: Red;
text-decoration: underline;
}
#navigation ul a:active {
font-weight: bold;
color: #008837;
text-decoration: underline;
}


/*___________________________ Typografie _____________________________________*/
h1
    {
	 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 1.8em;
	 line-height: 1.8em;
	 color: #4D4D4D;
	 margin-left: 115px;
}
    
h2
    {
    font-size: 2.0em;    
}
    
h3
    {
    font-size: 1.8em;
}
    
h4
    {
    font-size: 1.6em;    
}
    
h5
    {
    font-size: 1.4em;    
}
    
p
    {
    font-size: 1.2em;    
} 

hr {
	width:100%; 
	color:yellow; 
	background-color:yellow; 
	height:5px;
  margin-right:0; text-align:right; /*border: 1px dotted red*/;
}

.noshow {
	display: none;
}

.prot {
	color: red;
}

.pboldred {
	font-weight: bold;
	color: red;
}

.pbold {
	font-weight: bold;
}

.pbold {
	font-weight: bold;
}

.small {
	font-size: 0.8em;
}