@import url(/styles/live/brandwork/articles.css);
@import url(/styles/live/toolbox.css);
@import url(/styles/live/brandwork/formmanager.css);
@import url(/styles/live/brandwork/navigation.css);

/* Structure */
html, body {
    background-image : url(/images/brandwork/background.jpg);
    background-repeat : repeat-x;
    background-position : top;
    background-color : #ffffff;
}

body {
    margin : 0;
    padding : 0;
    font-family : "Arial", Helvetica, sans-serif;
    font-size : 11px;
    color : #36393d;
	text-align:justify;
    line-height: 14px;
    text-align : left;
}



p {
    margin: 0;
}



/* Images */
img {
    border: 0;
}



/* Links */
a {
    text-decoration: none;
    color: #36393d;

}

a.kontaktzund { 
	text-decoration: none;
	font-weight:bold;
	font-size: 12px;
	color: #484848;

}

a:hover {
    text-decoration: none;
    color: #36393d;
}


/* Headings */
h1 {
    margin: 0;
    font-weight: bold;
    font-size: 20px;
}

h2 {
    margin: 0;
    font-weight: bold;
    font-size: 15px;
}

h3 {
    font-weight: bold;
    font-size: 15px;
    margin: 0;
    padding: 0;
}


	/* Body - Container */


div.container {
	text-align:justify ;
    height:296px;
    padding-top:21px;
    
}

div.containerzuend {
	float:left;
	text-align:justify ;
    padding-top:24px;
    
}




