@import url(/styles/live/toolbox.css);
@import url(/styles/live/gruen-kreativ/articles.css);
@import url(/styles/live/gruen-kreativ/formmanager.css);
@import url(/styles/live/gruen-kreativ/navigation.css);
@import url(/styles/live/gruen-kreativ/tabelle.css);
@import url(/styles/live/gruen-kreativ/sitemap.css);
@import url(/styles/live/gruen-kreativ/formmanager.css);

/* Structure */

html, body {
    background-color: #ffffff;
}

body {
    margin : 20px auto;
    width: 933px;
    padding : 0;
    font-family : "Verdana", Arial, Helvetica, sans-serif;
    font-size : 11px;
    line-height:20px;
    color : #2D5F1E;
    text-align : left;
}

.mceVisualAid {
    border : 1px dashed #ffbbbb;
}

p {
    margin: 0;
}

input {
    margin: 0;
}

input.button {
    height: 21px;
    padding: 0 6px;
}

/* Images */

img {
    border: 0;
}



/* Links */

a {
	font-size : 10px;
    text-decoration: none;
    color: #77797E;

}

a:hover {
	font-size : 10px;
    text-decoration: none;
    color: #77797E;
}


/* Headings */

h1 {
    margin: 0;
    font-weight: bold;
    font-size: 16px;
    color: #77797E;
    padding-bottom:5px;
}

h2 {
    margin: 0;
    font-weight: bold;
    font-size: 14px;
    color: #77797E;
    padding-bottom:5px;
}

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


/* Body - Container */


.label {
    display: block;
}

input.field {
    background-color: #DEF7A8;
    border: 1px solid #A0AEC0;
    padding:2px;
}


.content_left {
	margin-bottom:25px;
	/*width:45%;*/
	float:left;
	margin-bottom:25px;
}

.content_right {
	/*width:45%;*/
	float:left;
	margin-right:3%;
	margin-bottom:25px;
}

.div_galerie_single {
	float:left;
	width:120px;
	height:79px;
	margin-right:15px;
	margin-bottom:15px;
	overflow:hidden;
}
.div_galerie_single img {margin:0 auto;}

