/******************************************************************************
 * Spezielle Cascading-Style-Sheets-Datei nur fuer das Modern-Theme
 *
 * Copyright    : (c) 2004 - 2008 The Admidio Team
 * Homepage     : http://www.admidio.org
 * License      : GNU Public License 2 http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Mit dieser CSS-Datei koennen Sie die spezifischen Anpassungen fuer das
 * Modern-Theme bearbeiten. Dies sind keine Admidio-Standard-CSS-Klassen.
 *
 *****************************************************************************/

##page_header {
    background-image: url(../images/title.png);
    text-align: left;
    margin: 0 auto;
    width: 960px;
    height: 180px;
}
 
#page_header h1 {
    color: #dbebee;
    top: 112px;
    position: absolute;
    margin-left: 372px;
    padding: 0px;
    font-size: 24pt;
    font-weight: bold;
}

h2 {
	padding-top: 5px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 14pt;
	color: #449ba6;
	text-decoration: underline;
}

h3 {
	padding-bottom: 3px;
	font-size: 10pt;
	padding-top: 20px;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #666;
	text-decoration: underline;
	font-family: Arial, Verdana, Helvetica;
}

h4 {
	padding-bottom: 3px;
	font-size: 10pt;
	padding-top: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #666;
	text-decoration: underline;
	text-align: left;
}



*:first-child+html #orga_name[id] {
    margin-left: -593px!;
}

.menu {
    display: block;
    padding-bottom: 7px;
}



#page {
    text-align: left;
    margin: 0px auto;
    width: 925px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
}

#left_block {
    float: left;
    margin-right: 20px;
}

#right_block > div {
	margin-left: 625px;
	margin-top: 150px;
}

//* spezieller Hack, damit der Block im IE6 auch richtig neben den anderem positioniert ist */
html.* #right_block{ 
    width: 268px;
}
/* spezieller Hack, damit die Menuelinks im IE6 nicht so weit auseinander springen */
html.* #right_block span { 
    height: 15px;
}

/* damit unter den Rahmenbildern keine 2px Abstand sind */
.img_border {
    display: block;
}

#content, #content_left {
	padding-left: 13px;
	padding-right: 12px;
	min-height: 450px;
	min-width: 574px;
	margin-left: 625px;
	margin-top: 150px;
	background-color: #F00;
}

.content {
	border-right: 1px solid #7d7d7d;
	border-left: 1px solid #7d7d7d;
	background-color: #FFF;
	background-position: 0 bottom;
	background-repeat: repeat-x;
	background-image: url(../images/background_in_borders.png);
	margin-left: 100px;
}

#sidebar {
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 150px;
	clip: rect(150px,auto,auto,auto);
	background-color: #F00;
}

#sidebar hr {
	margin-top:     10px;
	color:          #F00;
	border-width:   1px;
	border-style:   dashed;
	text-align:     left;
}

#top_border_img_big{
    background-image: url(../images/border_top_big.png);
    height: 26px;
    width: 601px;
}
 
#bottom_border_img_big{
    background-image: url(../images/border_bottom_big.png);
    height: 26px;
    width: 601px;
}
 
#top_border_img_small{
    background-image: url(../images/border_top_small.png);
    height: 26px;
    width: 300px;
}
 
#bottom_border_img_small{
    background-image: url(../images/border_bottom_small.png);
    height: 26px;
    width: 300px;
}

