/* (c) 2009 Gerald Wodni */

body
{
	color: #FFF;
	background-color: #082247;

	font-family:  Helvetica, Arial, sans-serif;
	font-size:12pt;

	margin: 0px;
}

/********************
 *      Header      *
 ********************/
div#header
{
	height:100px;

	background-color: #FFF;
	background-image: url(/images/layout/verlauf.jpg);
	background-position: right top;
	background-repeat: repeat-y;
}

/********************
 *       Menu       *
 ********************/
div.menu
{
	text-align: right;

	padding-top:10px;

	background-image: url(images/favicon.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

div#header img
{
	float: left;
}

div.menu div
{
	float:right;

	padding-left: 20px;
}

div.menu ul
{
	margin: 0 0 0 0;

	font-size: larger;
	padding-left: 0;
	padding-top: 0.2em;
}

div.menu ul li
{
	list-style: none;
	white-space: nowrap;
	padding-right: 20px;
}

div.menu ul li.last, div.menu ul li.lastActive
{
	float: none;
}

h1, h2, h3, h4, h5, h6
{
	color: #BBF;

	margin-bottom: 0;
}

h1, h2
{
	border-bottom: 0px dashed #FFF;
}

h5
{
        color: #FFF;
}

p
{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

li p
{
	margin-top: 0;
}


/********************
 *    Table/Forms   *
 ********************/
input, select, textarea
{
	border: solid 1px black;
	background-color: #333;
}

table thead td
{
	border: solid 1px white;
	background-color: #333;
}


div.previewImage
{
	background-position: top right;
	background-repeat: no-repeat;
        float: right;

        height: 300px;
        width: 300px;

	margin-left: 20px;
        margin-right: 50px;

}

div.previewImage2
{
	background-position: top right;
	background-repeat: no-repeat;
        float: right;

        height: 400px;
        width: 470px;

	margin-left:20px;

}


div.previewImageRight
{
	background-position: top right;
	background-repeat: no-repeat;
        float: right;

        height: 250px;
        width: 900px;

        margin-bottom: 10px;

}


div.previewImageLeft
{
	background-position: top left;
	background-repeat: no-repeat;

        float: left;

        height: 250px;
        width: 900px;

        margin-bottom: 10px;

}



table body td
{
	border: dotted 1px #333333;
}

table td
{
	padding: 3px;
}

/********************
 *       Links      *
 ********************/
a
{
	color: #FFF;
	text-decoration: none;

	border-bottom: 1px solid #BBF;
}
a:hover
{
	color: #BBF;
	border-bottom: 1px solid #BBF;
}

a img
{
	border: none;
}


/* Menu & Submenu */
div.menu a
{
	border: none;
}

div.menu li.active a, div.menu li.lastActive a
{
	color: #BBF;
}

div.menu li.active a:hover, div.menu li.lastActive a:hove
{
	color: #BBF;
}

/********************
 *     Content      *
 ********************/

div#frame
{
}

div#content
{
	position: absolute;
	top: 100px;
	left: 0;
	bottom: 40px;
	right: 0;

	background-image: url(/images/layout/logo.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;

	overflow: auto;

	padding: 20px;
}

div#menu li.last, li.lastActive
{
	float: none;
}

textarea#result
{
	width: 100%;
	height: 20em;

	color: #FFF;
}

div#downloads
{
	background-color:#333333;
	border-style:dashed;
	border:1px solid white;
	padding:10px;
}

div#downloads h2
{
	margin-top: 0;
}

/********************
 *      Footer      *
 ********************/
div#footer
{
	position: absolute;
	height: 40px;
	left: 0;
	bottom: 0;
	right: 0;

	background-color: #FFF;
	background-image: url(/images/layout/verlauf.jpg);
	background-position: right top;
	background-repeat: repeat-y;
}

div#footer a 
{
	border: none;
}

div#footer ul li
{
	float:right;
}

code
{
	background-color:#484848;
	border-left:3px dotted #FFFFFF;
	display:block;
	margin-left:1em;
	padding-left:1em;
	white-space:pre-wrap;
}


div.imageItem
{

	float: left;
	text-align: center;
	height: 230px;
	width: 300px;
	display: block;
	border: 0px solid red;

}


div.Referenzen
{
        height: 100px;
        border: 1px solid #7E8CA1;
        padding: 5px;
        overflow: auto;
}

p.down
{
	clear: left;
}


div.imageItemLeft
{

	text-align: left;
	width: 300px;
	display: block;
	border: 0px solid red;

}

fieldset
{
	border: 1px solid black;

	margin-top: 20px;
	padding-left: 5px;
	margin-left: 0;
}

fieldset td
{
	text-align: right;
	padding-left: 5px;
	padding-bottom: 2px;
}

fieldset textarea, input
{
	color: black;
	border: 1px solid black;
	border-bottom-color: #777;
	border-right-color: #777;
	background-color: #FFF;

	width: 400px;
}

fieldset textarea
{
	height: 150px;
}

input.submit
{
	width: 100px;

	border: 1px solid black;
	border-top-color: #777;
	border-left-color: #777;
}

iframe
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	height: 70%;
}

