/**
 * DESCIPTION:    Standard-Design des Projekts
 *
 * PROJECT:       www.ingenial-wettbewerb.de
 * AUTHOR:        Sebastian Knabe (www.sevent-support.de)
 * VERSION:       1.0
 * PROTOCOL:      2008-11-09  created
 */

 /* Globale Einstellungen */
html, body, div, td, th, ul, li, a {
  margin:           0px;
  border:           0px none;
  padding:          0px;
  color:            #000;
  background:       transparent url();
  font:             12px Verdana;

}

h1 {
  color:			#d40303;
  font-size:		18px;
  font-family:		Verdana, Arial, Helvetica, sans-serif;
}

h2 {
  color:			#d40303;
  font-size:		15px;
  font-family:		Verdana, Arial, Helvetica, sans-serif;
}

h3 {
	
   	color: #ff664d;
	font-size: 12px;
	
}
table {
  border-collapse:  collapse;
}
td, th {
  text-align:       left;
  vertical-align:   top;
}

/* Fenster und Rahmen */
html, body {
  text-align:       center;
  background-color: #f18a49;
}

/* Mainframe */

.frmMain { 
  background:       transparent url(images/background.png) repeat-y;
  margin:		    20px auto;
  margin-bottom:	0px;
  width:            1000px;
 /* height:			800px; */
  position:			relative;
}

/* Bereich Header */

.frmHeader { 
  background:       transparent url(images/header.png);
  width:            1000px;
  height:			196px;
  position:			relative;
}

.Diashow {

  position:			relative;
  top:	30px; left:	30px;
  z-index: 2;
}


/* Bereich Menü */


.frmMenu {
	position: relative;
	top: 165px; left: 360px;
	display: inline;
}

.frmMenu ul {
	list-style: none;
	display: inline;
}

.frmMenu ul li {
	display: inline;
	margin-right: 8px;
}


.frmMenu ul li a {
    background:   #ffe3a4;
	border:		3px solid #ffe7c3;
	-moz-border-radius: 7px;
	text-decoration: none;
	color: #f18a49;
	font-size: 14px;
	font-weight: bold;
	padding: 4px 6px 4px 6px;
}

.frmMenu ul li.active a {
	text-decoration: none;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}



.frmMenu ul li a:hover {
	text-decoration: none;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}

/* Bereich Content */

.frmContent { 
  width:            1000px;
  position:			relative;
}

.frmContent div {
  padding:			10px 50px 15px 50px;
  line-height: 1.5;
}

.frmContent a {
	color: #ff664d;
}

.frmDownloads {

}


.DLTitel{
	width: 700px;
	padding-bottom:   5px;
	border-bottom: 1px solid #999;
}

.DLTitel a{
	text-decoration: 	none;
	font-size: 13px;
	
	}
	
.DLTitel a:hover{
	background:  #ffe7c3;
	
}

.DLDetails {
	width: 250px;
	text-align: right;
	font-size:  9px;
	padding-bottom:   5px;
	border-bottom: 1px solid #999;
}

.DLBeschreibung {
	width:  950px;
	padding:   5px 0px 10px 0px;
	font-size:   10px;
	
}


.frmNewsArea {
}


.NewsItem {
	width: 850px;
	margin:  20px;
}

.Newstitle {
  width:			650px;
  color:			#d40303;
  font-size:		15px;
  font-family:		Verdana, Arial, Helvetica, sans-serif;
  padding-bottom:  5px;
  font-weight: bold;
}

.Newsdate {
	text-align: right;	
	padding-bottom:  5px;
	font-weight: bold;
}

.Newscontent {
	width:	900px;
	padding: 10px;
	border:	1px solid #f18a49;
}

.Newscontent a {
	color: #d40303;
}

/* Bereich Footer */

.frmFooter { 
  width:            1000px;
  position:			relative;
}

.frmPartner {
  width:		970px;
  border:		1px solid #f18a49;
  margin-bottom:		10px;;
}


.frmPartner_Item {
  display:   inline;
  float: left; 
  padding:    15px 15px 15px 15px;
}

.frmPartner_Item a img {
	border: 0px none;
	
}

/* Bereich Developement */

.frmDev {
	width: 1000px;
	position:	relative;
}

.Dev {
	position:	relative;
	width: 		170px;
	top:		10px;
	left: 		830px;
	
}

.Dev a {
	text-decoration: none;
	font-size:   10px;
	color: #666666;
	padding-bottom: 10px;
}

.Dev a:hover {
	text-decoration: none;
	font-size:   10px;
	color: #000000;
}



