body {
	background-color: #cbc4bd;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #555;
}

a img{
	text-decoration: none;
	border-style: none;
}

#container {
  	margin-left: auto ;
  	margin-right: auto ;
	position: relative;
	width: 850px;
	text-align: left;
}

#header {
	height: 185px;
	background: transparent url(../images/header.jpg) no-repeat;
}

#contentContainer {
	background: transparent url(../images/bg.jpg) repeat-y;
	padding-left: 50px;
	padding-right: 75px;
	padding-top: 25px;
}

#clearboth {
    height:0;
	clear: both;
}

/* @group Footer */

#footer {
	height: 100px;
	background: transparent url(../images/footer.jpg) no-repeat;
	font-size: 10px;
	text-align: center;
	padding-top: 30px;
}

#footer a {
	text-decoration: none;
	color: #97ae00;
}

#footer a:hover {
	color: #c7c8ca;
}

/* @end */

/* @group Sidebar */

/* @group Angebote */

#angeboteHeader {
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
	font-size: 10px;
}

#angebote {
	font-size: 10px;
	text-align: left;
	margin-bottom: 15px;
}

#angeboteTxt {
	font-size: 9px;
	text-align: right;
	padding-top: 3px;
}

#angeboteImg {
	float: left;
}

/* @end */

#sidebar {
	width: 170px;
	text-align: right;
	line-height: 1.7em;
	float: left;
}

#sidebar p {
	/*padding-right: 20px;*/
}

#sidebar a {
	text-decoration: none;
	color: #97ae00;
}

#sidebar a:hover {
	color: #c7c8ca;
}

#seperator {
	height: 6px;
	background: transparent url(../images/sep.jpg) no-repeat;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* @end */

/* @group MainContent */

/* @group arbeiten */

#arbeiten {
	margin-bottom: 40px;
}

#imageDescription {
}

#imageDescription p {
	line-height: 1.4em;
	font-size: 10px;
	color: #888;
}

.imageDescriptionLink {
	text-transform: capitalize;
	font-variant: small-caps;
	font-size: 13px;
}

.workDetails {
	font-size: 10px;
	width: 500px;
}

.workDetails hr {
	border-style: none;
	border-top: 1px solid #c7c8ca;
}

.detailLink {
	font-size: 10px;
	font-variant: normal;
}

#detailimage {
	margin-right: 7px;
	margin-bottom: 7px;
}


/* @end */

#mainContent {
	margin-left: 225px;
	text-align: justify;
}

#mainContent a {
	text-decoration: none;
	color: #97ae00;
}

#mainContent a:hover {
	color: #c7c8ca;
}

#mainContent dt {
	font-weight: bold;
	margin-bottom: 10px;
}

#mainContent li {
	margin-left: 20px;
	list-style-type: none;
	line-height: 14px;
	font-size: 10px;
}

/* @end */

/* @group Kontakt */

#kontaktForm {
	font-size: 10px;
}

.txtFields {
	border: 1px solid #c7c8ca;
	color: #555;
	font-size: 11px;
	margin-bottom: 5px;
}

#submitButton {
	border: 1px solid #c7c8ca;
	background: #eee;
	margin-top: 5px;
	font-size: 11px;
}

#submitButton:hover {
	cursor:pointer;
	background: #ddd;
}

.requiredMsg {
	color: #ff5c6b;
}

/* @end */

/* @group Programme */

#prog_header {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}

#prog_main {
	width: 300px;
	float: left;
	border-right: 1px solid #c9c9c9;
	padding-right: 15px;
	margin-right: 15px;
}

#prog_main li {
	margin-left: 0;
	list-style-type: disc;
	margin-bottom: 5px;
}

#prog_rightsidebar {
}

#detailimageSmall {
	margin-bottom: 2px;
	margin-right: 2px;
}

#prog_screenshots {
	text-align: left;
}

#index_app_main {
	text-align: center;
}

#index_app {
	width: 128px;
	text-align: center;
	float: left;
	margin-left: 80px;
}

/* @end */

/* @group Shop */

#shop_container h3{
	color: #97ae00;
}

#framebox {
	border: 1px solid #d6d6d6;
	padding: 20px;
}

#framebox hr {
	border-style: none;
	border-top: 1px solid #d6d6d6;
}


#codeDesc {
	font-size: 9px;
	margin-left: 10px;
}

#rechnungsanschrift tbody tr td {
	padding-bottom: 3px;
}

/* @end */

/* @group FAQ */

#faqbox {
	border: 1px solid #d6d6d6;
	padding: 10px 20px 20px;
}

#faqbox hr {
	border-style: none;
	border-top: 1px solid #d6d6d6;
}

#faq_link{
	text-align: right;
}

#faq_answer, #admin_faq_answer {
	margin-left: 30px;
}


#faq h3, #faq_answer h3,
#admin_faq h3, #admin_faq_answer h3 {
	margin-top: 0;
	margin-bottom: 5px;
	margin-left: 0;
	font-size: 13px;
}

#faq h5, #faq_answer h5,
#admin_faq h5, #admin_faq_answer h5 {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: normal;
	font-style: normal;
	text-align: right;
	font-size: 9px;
}

#admin_faq_text {
	color: #6b1b1f;
}

#quote {
	border: 1px solid #d6d6d6;
	padding: 5px;
	font-style: italic;
	background-color: #eee;
}


/* @end */

/* @group input */


.addTextarea {
  width: 95%;
}

.addFields, select {
  width: 70%;
}

#input_button {
	width: 35%;
}

.addFields, .addTextarea, #input_button, select {
  	padding: 1px 3px;
  	margin: 5px 0;
  	font: 1em verdana, arial, sans-serif;
  	border: 1px solid #999;
}

.addFields:hover, .addFields:focus,
.addTextarea:hover, .addTextarea:focus,
#input_button:hover, #input_button:focus,
select:hover, select:focus {
  background-color: #eaeaea;
}


/* @end */
