* { padding:0px; margin:0px;}

body {
	   font-size:10px;
	   line-height:1.3em;
	   height:100.01%;
	   color:#000000;
	   font-family:Arial,Helvetica,Sans-Serif;
       background-color:#fff;
	 }


#rahmen {
       position:relative;
       margin:auto;
       margin-top:10px;
       width:1000px;
}

#col1 {
    width:195px;
    margin-top:0px;
    float:left;

}
#col2 {
    width:630px;
    float:left;

}
#col3 {
    margin-top:2px;
    width:150px;
    float:right;
    text-align:center;
    display:block;
    line-height:18px;
}

#col3 a {
    color:#008ff9;
    font-weight:bold;
    text-decoration:none;
    font-size:12px;
}

#topmenu {
    position:absolute;
    top:-162px;
    left:10px;
}
#topmenu a {
    text-decoration: underline;
    text-transform: uppercase;
    color: #77a64b;
}


#head {
    width:924px;
    height:92px;
    margin-bottom:32px;
}

#menu {
    width:195px;
    height:390px;
    margin:0px;
    margin-top:35px;
    padding:0px;
    background-color:#efefef;
    overflow:hidden;
}

.content {
    xposition:absolute;  // IE6
    position:relative; / FF, IE7
    padding-top:5px;
    padding-bottom:5px;
    display:block;
}


#content {
    width:590px;
    float:left;
    padding:0px;
    margin:0px;
    margin-right:23px;
    margin-left:23px;
    padding-top:30px;
    padding-bottom:30px;
    padding-left:10px;
    padding-right:10px;
}

#rechts {
    float:left;;
    width:133px;
    padding:0px;
    margin:0px;
}



#menu ul {
    list-style:none;
    margin:0px;
    padding:0px;
}

#menu li {
    position:relative;
    list-style:none;
    line-height:21px;
}

#menu .spacer {
    width:190px;
    height:21px;
    overflow:hidden;
}

#menu .menu0 {
    width:190px;
    overflow:hidden;

    background-image:url(/fileadmin/bochum/img/pfeil_schwarz.gif);
    background-repeat:no-repeat;
    background-position:5px center;
    padding-right:5px;
    padding-left:15px;

}
#menu .menu0_act {
    width:190px;
    overflow:hidden;
    padding-right:5px;
    background-image:url(/fileadmin/bochum/img/pfeil_schwarz.gif);
    background-repeat:no-repeat;
    background-position:5px center;
    padding-left:15px;

}

#menu .menu1 {
    width:190px;
    height:21px;
    overflow:hidden;
}
#menu .menu1_act {
    width:190px;
    height:21px;
    overflow:hidden;
}



#menu li.menu0 a {

    color:#000;
    font-size:12px;
    text-decoration:none;
    width:100%;
}
#menu li.menu0_act a,#menu li.menu0_act a:hover {

    color:#0099ff;
    background-color:#ddd;
    font-size:12px;
    text-decoration:none;
}


h1, h4 {
    color:#000000;
    font-size:18px;
    font-weight:normal;
    line-height:26px;
    padding-top:5px;
}

h2 {
    margin:0px;
    padding:0px;
    color:#000000;
    font-size:16px;
    font-weight:normal;
    margin-top:20px;
    margin-bottom:5px;
    line-height:18px;
    clear:both;
}

.bodytext, #content li {
    font-size:12px;
    line-height:17px;
    color:#333;
}

#content ul {
    margin-left:20px;
    margin-top:5px;
    margin-bottom:5px;
    color:#333;
    font-size:12px;
}


#content a {
    color:#333;
    text-decoration:underline;
}

.csc-textpic {
    padding-top:15px;
    margin-bottom:15px;
    display:block;
    clear:both;
    float:none;
}
.csc-textpic img {
    border:1px solid #fff;
}

.csc-textpic-imagewrap {
    border:1px solid #efefef;
    background-color:#efefef;
    padding:0px;
    margin:0px;

}

.csc-textpic-caption {
    margin:0px;
    padding:0px;
    background-color:#efefef;
    color:#000;
    padding:3px;
    width:254px;
    font-size:10px;

}


#lexikon_table {
    border-top:1px solid #777;
    border-bottom:1px solid #777;
    padding:5px;
}

#lexikon_table  a {
    color:#007eea;
    text-decoration:none;
    font-weight:bold;
    border:1px solid #777;
    padding:2px;
    width:14px;
    height:14px;
    display:block;
    text-align:center;
    line-height:14px;
}

h3.display {
    margin:0px;
    color:#606060;
    font-size:20px;
    font-weight:normal;
    border-bottom:1px solid #606060;
    padding-bottom:3px;
    line-height:30px;
    margin-top:20px;
}

.stretcher h1 {
    display:none;
}


div.accordion h3
{
	position: relative;
    margin:0px;
    padding:0px;
    line-height:20px;
    font-size:12px;
    padding-top:2px;
    padding-bottom:2px;
	font-weight: normal;
	color:#000;
	background: #efefef;
	cursor: pointer;
	border-top: 1px solid #fff;
    font-size:10px;
    background-image:url(/fileadmin/bochum/img/closed.gif);
    background-repeat:no-repeat;
    background-position:right 5px;
    padding-left:5px;
}

div.accordion h3.open {
    background-color:#efefef;
    color:#000;
    background-image:url(/fileadmin/bochum/img/open.gif);
    background-repeat:no-repeat;
}


div.accordion_content_1 h4
{
	position: relative;
	padding: 5px 5px 2px 25px;
	color:#555;
	cursor: pointer;
    font-size:12px;
    font-weight:normal;
}
div.accordion h4.open {
    font-weight:bold;
}

h4.accordion_toggler_2 {
    background-image:url(/fileadmin/bochum/img/dot.gif);
    background-repeat:no-repeat;
    background-position:10px 13px;
    text-decoration:none;
}
#lexikon h4.accordion_toggler_2 {
    background-image:none;
}

.accordion_content_1
{
	position: relative;
	overflow: hidden;
}


.accordion_content_2
{
	position: relative;
	overflow: hidden;
    padding-left:25px;
    font-size:12px;

}

p.accordion_toggler_2 {
    font-size:12px;
    text-decoration:underline;
    margin:0px;
    padding:0px;
    margin-top:-12px;
    cursor:pointer;
}

#lexikon a.ltop {
    width:200px;
    text-align:left;
    padding-top:5px;
    border:none;
}

h4.csc-firstHeader {
    display:none;
}

#copyright {
    margin-top:20px;
    margin-bottom:-10px;
    float:right;
}
