/****************************************************

	VAILLANT PARTNERSITES
	Layoutstyles
	SITE:

    25.01.2008

	info@mai-multimedia.de 2008

******************************************************/

* {margin: 0; padding: 0;}
html
	{
        font-size: 80%;
    }


html, body
	{
		height: 100%;
	}
body
	{
    	min-height: 100%;
		text-align: center;
		line-height: 1.6em;
	}

p, ul
	{
		margin-bottom: 1em;
	}
ul
	{
		list-style-position: inside;
    }


h1, h2, h3, h4, h5, li li, li p, td p, td, blockquote p {font-size: 1em; font-weight: normal;}

h1
	{
	    font-size: 1.8em;
		margin-bottom: 1em;
	}
h2
	{
	    font-size: 1.4em;
		margin: 1em 0 0.5em 0;
	}

img
	{
        border: none;
    }


#wrap
	{
		position: relative;
		min-height: 100%;
		width: 860px;
		margin: 0 auto;
		text-align: left;
	}
#headerBox
	{
		height: 15em;
	}

#logo
	{
		position: absolute;
		width: 173px;
		height: 89px;
		left: 600px;
		top: 60px;
    }
#mainNav
	{
		position: absolute;
		top: 100px;
		left: 0;
		width: 320px;
		list-style: none;
		font-size: 0.9em;
		line-height: 0.9em;
    }
#mainNav li
	{
		text-align: right;
		padding-right: 165px;
		margin-bottom: 0.8em;
    }
#mainNav a
	{
        text-decoration: none;
		text-transform: uppercase;
		padding: 0 5px;
		line-height: 0.9em;
    }


.keyvisual
	{
		position: relative;
		width: 680px;
		margin: 0 25px 0 155px;
		height: 130px;
    }
.keyvisual.home
	{
		height: 230px;
    }

#contentBox
	{
		float: left;
		width: 680px;
		padding: 30px 25px 20px 155px;
	}
#content
	{
		float: left;
		width: 445px;
		padding: 0 25px 0 0;
		overflow: hidden;
    }
#context
	{
		float: left;
		padding: 5px 0 0 0;
		width: 200px;
		overflow: hidden;
    }


#context p, #context h2
	{
		padding: 0 10px;
		font-size: 1em;
		margin: 0;
    }
#context p
	{
        margin-bottom: 10px;
    }

#context p.small
	{
        font-size: 0.9em;
    }
#context a
	{
        color: #000;
    }

#addressBox
	{
		position: relative;
		clear: both;
		width: 680px;
		margin: 0 25px 0 155px;
    }
.imprint
	{
		position: absolute;
		top: 10px;
		left: 470px;
    }


.addressList td
	{
        vertical-align: top;
		padding: 0 15px 15px 0;
    }



.goTop
	{
        clear: both;
    }


/* - Formulare - */

.error
	{
        color: #cc0000;
    }
.error input, .error textarea
	{
        border: solid 1px #cc0000;
    }
fieldset
	{
        border: none;
    }
label
	{
        float: left;
		width: 120px;
    }
input, textarea
	{
        font-family: Arial, sans-serif;
		font-size: 1em;
    }

input
	{
        width: 250px;
		border: solid 1px #707070;
    }
textarea
	{
        width: 315px;
		height: 95px;
		overflow: auto;
		border: solid 1px #707070;
    }

#submit
	{
        margin-left: 140px;
		margin-top: 20px;
		width: auto!important;
    }
