/*//////////////////*/
/*   Layout-Styles  */
/*//////////////////*/
@import "./styles_layout.css";

div.klaerchen{ font-size: 0.1em; clear: both; }

/*//////////////////*/
/*   Format-Styles  */
/*//////////////////*/
h1{
    font-size: 1.4em;
    font-weight: bold;
    }
    
h2{
    font-size: 1.2em;
    font-weight: bold;
    }
    
h3{
    font-size: 1.0em;
    font-weight: bold;
    }

strong,b{
    font-weight: bold;
    }

i{
    font-style: italic;
    }

a:link, a:visited, a:hover, a:active{
    color: #C9E5E8;
    background-color: #121212;
    text-decoration: underline;
    }

/*//////////////////*/
/*   News-Bereich   */
/*//////////////////*/
div.content_news{
    width: 410px;
    height: 145px;
    margin-top: 3px;
    margin-left: 25px;
    text-align: left;
    border: 1px solid #3B393A;
    background: #121212;
    color: #C9E5E8;
    float: left;
    }

h1.news{
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 5px;
	}

div.news_text{
	width: 250px;
	margin-left: 10px;
	margin-right: 5px;
	margin-top: 15px;
	text-align: left;
	float: left;
	}

img.news{
	width: 123px;
	height: 123px;
	float: left;
	margin: 5px;
	border: 6px solid #fff;
	}

/*///////////////////////*/
/*   Biography-Bereich   */
/*///////////////////////*/
iframe.biography{
    width: 410px;
    height: 300px;
    margin-top: 3px;
    margin-left: 25px;
    border: 1px solid #3B393A;
    }

/*/////////////////////*/
/*   Gallerie-Bereich  */
/*/////////////////////*/
div.content_gallerie{
    width: 390px;
    margin-top: 3px;
    margin-left: 25px;
    padding: 10px;
    text-align: left;
    border: 1px solid #3B393A;
    background: #121212;
    color: #C9E5E8;
    float: left;
    }

img.gallerie{
	width: 123px;
	height: 123px;
	float: left;
	margin-left: 5px;
	margin-bottom: 5px;
	border: 0px;
	}

/*//////////////////*/
/*   Press-Bereich  */
/*//////////////////*/
div.content_press{
    width: 410px;
    margin-top: 3px;
    margin-left: 25px;
    text-align: left;
    border: 1px solid #3B393A;
    background: #121212;
    color: #C9E5E8;
    float: left;
    }

div.press_text{
	width: 395px;
	margin: 5px;
	text-align: left;
	float: left;
	}

div.press_open{
    width: 395px;
    margin: 5px;
    text-align: right;
    float: left;
    }

div.press_open a:link, div.press_open a:visited,
div.press_open a:hover, div.press_open a:active{
    text-decoration: none;
    color: #696969;
    background: #121212;
    }

div.press_open a:hover{
    color: #C9E5E8;
    background: #121212;
    }

/*//////////////////*/
/*   Media-Bereich  */
/*//////////////////*/
div.content_media{
    width: 410px;
    min-height: 100px;
    margin-top: 3px;
    margin-left: 25px;
    text-align: left;
    border: 1px solid #3B393A;
    background: #121212;
    color: #C9E5E8;
    float: left;
    }

div.media_frame_left, div.media_frame_right{
    margin: 15px;
    width: 172px;
    height: 85px;
    border: 1px solid #3B393A;
    background: #121212;
    color: #C9E5E8;
    }

div.media_frame_left{
    float: left;
    }

div.media_frame_right{
    float: right;
    }
    
div.media_text{
	width: 100px;
	margin: 5px;
	text-align: left;
	float: right;
	}

img.media{
    margin: 1px;
    width: 60px;
    height: 80px;
    float: left;
    border: 0;
    }

/*////////////////////*/
/*   Contact-Bereich  */
/*////////////////////*/
div.content_contact{
    width: 410px;
    height: 145px;
    margin-top: 3px;
    margin-left: 25px;
    text-align: left;
    border: 1px solid #3B393A;
    background: #121212;
    color: #C9E5E8;
    float: left;
    }
