/* cmsms stylesheet: archimeter_contactForm modified: 01/02/18 17:36:09 */
/* ======== Contact Form ======== */
form, input, select, textarea {
    position: relative;
    font-family: 'Verdana', 'Tahoma', 'sans-serif';
    text-align: left;
    margin: 0px;
    padding: 0px;
}
form {
  width: 400px;
}
form > div > label, form > div > input, form > div > textarea, form > div  {
  width: 100%;
}
form > div > button {
    position: static;
    width: 150px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 0px;

    text-align: center;
    border: 1px solid #000;
    background-color: #fff;
}
.captchapict {
}
/* ======== End Contact Form ======== */
/* cmsms stylesheet: archimeter_default modified: 03/26/17 14:00:15 */
/* ======== PRINCIPLES ======== */
body {
    margin-left:auto;margin-top:auto;margin-right:auto;margin-bottom:auto;
    padding-left:0;padding-top:0;padding-right:0;padding-bottom:0;
    width:584px;
    font-family:Verdana,Tahoma,Arial,sans-serif;
    text-align:left;
    font-size: 1em
}
img {
    border:none;
}
div{
    float:left;
    margin-left:0;margin-top:0;margin-right:0;margin-bottom:0;
    padding-left:0;padding-top:0;padding-right:0;padding-bottom:0;
}
#pagewrapper {
    width:585px;
    height:585px;
    background-image:url("/new/uploads/images/background.gif");
    background-repeat:no-repeat;
}
/* ======== END PRINCIPLES ======== */

/* ======== HEADER ======== */
#header {
    height:171px;
    width:585px;
}
#logo {
    height:171px;
    width:171px;
}
#titel {
    text-align:center;
    font-size:bigger;
    height:171px;
    width:414px;
}
/* ======== END HEADER ======== */

/* ======== CONTENT ======== */
#content {
    height:413px;
    width:585px;
}
#main {
    float: left;
    height:412px;
    width:413px;
    margin-left:0;margin-top:0;margin-right:0;margin-bottom:0;
    padding-left:0;padding-top:0;padding-right:0;padding-bottom:0;
}
#main1 {
    height:205px;
    width: 200px;
    text-align:right;
    padding-right: 5px;
    border-right-width:1px;
    border-right-style:solid;
    border-right-color:black;
    border-bottom-width:1px;
    border-bottom-style:solid;
    border-bottom-color:black;
    float:left;
}
#main2 {
    height:205px;
    width:206px;
    text-align:left;
    border-bottom-width:1px;
    border-bottom-style:solid;
    border-bottom-color:black;
    float:left;
}
#main3 {
    height:206px;
    width:205px;
    text-align:right;
    border-right-width:1px;
    border-right-style:solid;
    border-right-color:black;
    float:left;
}
#main4 {
    height:206px;
    width:206px;
    text-align:left;
    float:left;
}

/* ======== END CONTENT ======== */


/* ======== FOOTER ======== */
#footer {
    position:absolute;
    right:10px;
    bottom:10px;
    text-align:right;
    font-size:0.65em;
}
/* ======== END FOOTER ======== */
/* cmsms stylesheet: archimeter_vertMenu modified: 03/26/17 14:00:15 */
/*
    A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by
    Daniel Westergren, adapted for archimeter by Jan Weidauer
    border-width:1px;
    border-style:solid;
    border-color:red;
*/

#menu_vert {
    float: left;
    width: 170px;
    height: 405px;
    padding-left: 1px; padding-right: 0px; padding-top: 5px; padding-bottom: 0px;
    margin-left: 0px; margin-right: 0px; margin-top: 0px; margin-bottom: 0px;
    font-size: 0.7em;
/*    border-width:1px;
    border-style:solid;
    border-color:red; */
}

ul {
    list-style-type: none;
}

li a {
    text-decoration: none;
    color: #CECECE;
}

li a:hover {
    background-color: #CECECE;
    color: #000000;
}

ul li {
    padding-left: 5px;
}

ul li ul {
    padding-left: 5px;
}

ul li ul li ul {
    padding-left: 10px;
}

ul li ul li ul li ul {
    padding-left: 15px;
}

ul li ul li ul li ul li ul {
    padding-left: 20px;
}

ul li ul li ul li ul li ul li ul {
    padding-left: 25px;
}

ul li ul li ul li ul li ul li ul li ul {
    padding-left: 30px;
}

.current {
   color: black;
}

/* Fix IE. Hide from IE Mac \*/
    * html #menu_vert li {
        float: left;
        height: 1%;
    }
    * html #menu_vert li a {
        height: 1%;
    }
/* End */
/* cmsms stylesheet: archimeter_offline modified: 01/01/18 22:13:18 */
/* -------------------------------------------- */
/* design der Hyperlinks in Farbe und Auftreten */
/* -------------------------------------------- */

a {text-decoration: none; color: #2A376A;}
.content a  { text-decoration: none; color: #D00000; }
.impressum a { text-decoration: none; color: black; }

/* ------------------------------ */
/* design der wichtigsten Objekte */
/* ------------------------------ */

div {
/*  	border-width:1px;
	border-style:solid;
	border-color:red;
	position: absolute;
	text-align: left;*/
	color: #2A376A; /* Textfarbe im div */
  display: block;
	margin-left: 0px; margin-right: 0px; margin-top: 0px; margin-bottom: 0px;
	padding-left: 0px; padding-right: 0px; padding-top: 0px; padding-bottom: 0px;
}

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 9pt;
	color: black;
	background-color: white; /* Hinterbrundfarbe ans Bild angepasst! */
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}

td {
	font-family: Verdana, Arial, sans-serif;
  	border-width:0px;
	font-size: 9pt;
}

img {
	border: 0px;
}
