@CHARSET "UTF-8";

* {
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 0;
    font-weight: normal;
}

body {
	font-size: 62.5%;
    font-family: Arial;
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
    color: #666;
}

ul, dl, li {
    list-style: none;
    list-style-position: outside;
}

a {
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

strong {
    font-weight: bold;
}

/**
 *Header
 */
#header h1 {
    font-size: 11px;
    margin-bottom:4px;
    color: #7c7c7c;
    /*font-weight: bold;*/
    
}

#header h2 {
    font-size: 11px;
    color: #cbcbcb;
}

/**
 * Content Container
 */

div#content-container {
    font-size:12px;
    line-height: 18px;
}

#content-container h1, #content-container h2, #content-container h3 {
    font-size:14px;
    font-family:Arial;
    margin-bottom: 14px;
    letter-spacing:1px;
    text-transform:uppercase;
    color: #333;
}

#content-container h2 {
    font-size:34px;
    line-height: 38px;
    text-transform:none;
    font-family: Georgia,"Times New Roman";
    font-style:italic;
    color: #2c292d;
}

#content-container h3 {
    font-size:14px;
    font-style:italic;
    font-family:Georgia,"Times New Roman";
    color: #4b4a4d;
    text-transform:none;
    letter-spacing:normal;
}

#content-container div.teaser {
    margin-bottom: 14px;
    color: #4b4a4d;
    font-style:italic;
    font-size:12px;
    font-family: Georgia,"Times New Roman";
}

#content-container div .image_container {
    margin: 1.6em 0;
}

/* Projekte */



#content-container .layout_short_projekte h2 {
    font-size:12px;
    margin:0;
    line-height:14px;
}

#content-container .layout_short_projekte h3 {
    margin: 0;
}
#content-container .layout_short_projekte .image_container {
    margin: 10px 0;
}

#content-container .layout_short_projekte .more {
    font-size:12px;
}

/* Projektansicht */

.projekte-view #content-container h3 {
    font-size:18px;
    line-height: 20px;
}

.projekte-view #content-container .ce_text {
}

.projekte-view #content-container .back {
    display: none;
}

.projekt-img, .projekt-a {
    cursor:pointer;
}

/* Neuigkeiten */
div.top {
    position:absolute;
    top: 265px;
    text-align: center;
    width: 945px;
}

div.bottom {
    
    text-align: center;
}

.news-listing #content-container .mod_newslist .news h1, #container-middle .mod_newsreader .block h1{
    font-size:12px;
    font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
    color: #666;
    text-transform: none;
letter-spacing: normal;
}

/* Impressum */
#content-container .impressum {
    color: #cfcdcd;
}

.col3BigLeft #rechts .ce_text {
    font-size:11px;
line-height: 14px;
}
