/* -------------------------------------------------------------------------------------- */
/* -------------------------Formatierungen für gemeinsame Basis-------------------------- */
/* -------------------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0px none;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100.1%;
    font-family: inherit;
    vertical-align: baseline;
}

/* -------------------------------------------------------------------------------------- */
/* -----------------------Überschriften----------------------- */
/* -------------------------------------------------------------------------------------- */

h1 {
    font-size: 24px;
    font-weight:bold;
}

h2 {
    font-size: 14px;
    font-weight:bold;
}

/* -------------------------------------------------------------------------------------- */
/* -----------------------Allgemeine Formatierungen für das Layout----------------------- */
/* -------------------------------------------------------------------------------------- */


body {
    font-family:Arial,Tahoma,Verdana;
    line-height: 1;
    color: #000;
    background: #fff;
    behavior: url(csshover.htc);
    font-size:12px;
    text-align:center;
}

ul {
    list-style-image: url('images/haken.gif');
    margin-left:25px;
}

li {
    padding: 0 0 5px 0;
}

table td {
    vertical-align: top;
    padding:0 0px;
}

#grey-box {
    height:272px;
    margin: 0 auto;
}


#header {
    background: url('http://www.easy-divorce.eu/templates/alv_002de/images/logo-de.jpg');
    width:991px;
    height:147px;
    margin: 0 auto;
	
}

#grey-box-content {
    position:relative;
    height:240px;
    padding: 10px 20px 10px 0;
}

#grey-box-content p {
    margin: 10px 0 20px 0;
    line-height: 16px;
}

#grey-box-content p.orange {
    color: #ff6600;
    font-weight: bold;
}

#blue-box-top {
    float:left;
    position:relative;
    width:218px;
    height:240px;
    margin: 12px 0 0 0;
    padding:10px 20px 0 20px;
}

#blue-box-middle {
    float:right;
    position:relative;
    width:218px;
    margin: 0 0 0 0;
    padding:5px 20px 10px 20px;
}

#blue-box-top img {
    margin-bottom: 20px;
}

#blue-box-bottom {
    float:right;
    position:relative;
    width:218px;
    height:auto;
    margin: 0 0 0 0;
    padding:10px 20px 10px 20px;
}

#blue-box-bottom p {
    margin: 10px 0 0 0;
    line-height: 16px;
}


#vertical_container{
padding: 0px 20px 10px 0;
}

#right {
    position:relative;
    top:10px;
    right:0;
    width:260px;
    height:1093px;
}

#footer-content{
    position:relative;
    top:5px;
    margin: 0 auto;
    font-family:Tahoma,Verdana,Arial;
    font-size:11px;
    white-space: nowrap;
}

/*
Vertical Accordions
*/

.accordion_toggle {
    display: block;
    height: 30px;
    width: 510px;
    background: url(images/pfeileV.png) no-repeat  bottom left;
    /*background: #fff;*/
    padding: 0 10px 0 20px;
    line-height: 30px;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    outline: none;
    font-size: 14px;
    color: #000000;
    border-bottom: 1px solid #cde99f;
    cursor: pointer;
    margin: 0 0 0 0;
}

.accordion_partner {
    display: block;
    height: 90px;
    width: 510px;
    /*background: url(images/accordion_toggle.jpg) no-repeat top right #a9d06a;*/
    background: #fff;
    padding: 0 10px 0 10px;
    line-height: 30px;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    outline: none;
    font-size: 14px;
    color: #000000;
    border-bottom: 1px solid #cde99f;
    margin: 0 0 0 0;
}


.accordion_toggle_active {
    background: url(images/pfeileH.png) no-repeat ;
    /*background: #fff;*/
    color: #000;
    border-bottom: 1px solid #f68263;
}

.accordion_content {
    background-color: #ffffff;
    color: #444444;
    overflow: hidden;
}

.accordion_content a {color:#03548b;font-size: 10px;}
.accordion_content a:hover {color:#444444;font-size: 10px;}

.mail a {color:#03548b;font-size: 12px;}
.mail a:hover {color:#444444;font-size: 12px;}


.accordion_content h2 {
    margin: 15px 0 5px 10px;
    color: #0099FF;
}

.accordion_content p {
    line-height: 150%;
    padding: 5px 10px 15px 10px;
}

.vertical_accordion_toggle {
    display: block;
    height: 30px;
    width: 600px;
    background: #a9d06a url('images/accordion_toggle.jpg') no-repeat top right;
    line-height: 30px;
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
    outline: none;
    font-size: 12px;
    color: #000000;
    border-bottom: 1px solid #cde99f;
    cursor: pointer;
    margin: 0;
    padding-left:10px;
    padding-right:10px;
    padding-top:0;
    padding-bottom:0;
}

.vertical_accordion_toggle_active {
    background: #e0542f url('images/accordion_toggle_active.jpg') no-repeat top right;
    color: #ffffff;
    border-bottom: 1px solid #f68263
}

.vertical_accordion_content {
    background-color: #ffffff;
    color: #444444;
    overflow: hidden;
}

.vertical_accordion_content h2 {
    margin: 15px 0 5px 10px;
    color: #0099FF;
}

.vertical_accordion_content p {
    line-height: 150%;
    padding: 5px 10px 15px 10px;
}

/*
Horizontal Accordion
*/

.horizontal_accordion_toggle {
    /* REQUIRED */
    float: left;	/* This make sure it stays horizontal */
    /* REQUIRED */
    display: block;
    height: 100px;
    width: 30px;
    background: #a9d06a url('images/h_accordion_toggle.jpg') no-repeat top left;
    color: #ffffff;
    text-decoration: none;
    outline: none;
    border-right: 1px solid #cde99f;
    cursor: pointer;
    margin: 0;
}

.horizontal_accordion_toggle_active {
    background: #e0542f url('images/h_accordion_toggle_active.jpg') no-repeat top left;
    border-right: 1px solid #f68263;
}

.horizontal_accordion_content {
    /* REQUIRED */
    height: 100px;	/* We need to define a height for the accordion as it stretches the width */
    float: left;	/* This make sure it stays horizontal */
    /* REQUIRED */
    overflow: hidden;
    background-color: #ffffff;
    color: #444444;
}

.horizontal_accordion_content p {
    width: 450px;
    line-height: 150%;
    padding: 5px 10px 15px 10px;
}


/* Container styling*/
#horizontal_container {
    margin: 20px auto 20px auto;
    width: 680px;
    height: 100px;
}

#vertical_nested_container {
    margin: 20px auto 20px auto;
    width: 620px;
}

.style1 {
    font-family: Arial;
}
.style2 {
    font-family: Arial;
    font-size: small;
}
.style3 {
    font-size: small;
}
.style4 {
    background-color: #A9D06A;
    background-repeat: no-repeat;
    background-position: right top;
}

.style5 {
    font-size: 40px;
}

.style6 {
    font-family:Arial,Tahoma,Verdana;
    font-size: 9px;
}

.footertext {
    font-family: Arial;
    font-size: 12px;
    color: #808080;
}

#topbluebox {
    background: url('images/blueboxtop.gif');
    width:260px;
    height:33px;
    margin:0;
}

#inhalt{
    width: 218px;
    margin: 0 auto;
    line-height: 16px;
    text-align: left;
}

#inhalt p {margin: 0 0 15px 0;}
#inhalt b {font-size: 11px;}
